mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-11 16:31:57 +00:00
fix tour.spec AUT failure (#20053)
This commit is contained in:
parent
1bc8093769
commit
338bb9e4ff
@ -139,6 +139,8 @@ test.describe('Tour should work properly', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('Tour should work from URL directly', async ({ page }) => {
|
test('Tour should work from URL directly', async ({ page }) => {
|
||||||
|
await expect(page.getByTestId('global-search-selector')).toBeVisible();
|
||||||
|
|
||||||
await page.goto('/tour');
|
await page.goto('/tour');
|
||||||
await page.waitForURL('**/tour');
|
await page.waitForURL('**/tour');
|
||||||
await validateTourSteps(page);
|
await validateTourSteps(page);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user