Skip to content

Commit 09e058a

Browse files
committed
test(e2e): align token-route history navigation assertion
1 parent a3db589 commit 09e058a

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
@@ -65,7 +65,7 @@ test.describe('frontend smoke', () => {
6565
await expect(page.getByRole('button', { name: 'Generate feed URL' })).toBeVisible();
6666
await expect(page.getByRole('button', { name: 'More' })).toBeVisible();
6767

68-
await page.goForward();
68+
await page.goBack();
6969
await expect(page.getByRole('heading', { name: 'Enter access token' })).toBeVisible();
7070
await expect(page.locator('.form-shell')).toHaveAttribute('data-state', 'token_required');
7171
});

0 commit comments

Comments
 (0)