fix tour.spec AUT failure (#20053)

This commit is contained in:
Ashish Gupta 2025-03-03 20:22:23 +05:30 committed by GitHub
parent 1bc8093769
commit 338bb9e4ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,6 +139,8 @@ test.describe('Tour should work properly', () => {
});
test('Tour should work from URL directly', async ({ page }) => {
await expect(page.getByTestId('global-search-selector')).toBeVisible();
await page.goto('/tour');
await page.waitForURL('**/tour');
await validateTourSteps(page);