Skip to content

Commit e9fe418

Browse files
committed
test(e2e): align token gate heading expectation
1 parent 994b8d4 commit e9fe418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/e2e/smoke.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test.describe('frontend smoke', () => {
5656
await page.getByLabel('Page URL').fill('https://example.com/articles');
5757
await page.getByRole('button', { name: 'Generate feed URL' }).click();
5858

59-
await expect(page.getByRole('heading', { name: 'Add access token' })).toBeVisible();
59+
await expect(page.getByRole('heading', { name: 'Enter access token' })).toBeVisible();
6060
await expect(page.getByRole('textbox', { name: 'Access token' })).toBeVisible();
6161
await expect(page.getByRole('button', { name: 'Save and continue' })).toBeVisible();
6262
await expect(page.getByRole('button', { name: 'Back' })).toBeVisible();

0 commit comments

Comments
 (0)