mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 18:06:03 +00:00
test: fix tour playwright (#17384)
This commit is contained in:
parent
a6ebac9b68
commit
f57c39409c
@ -23,7 +23,7 @@ test.describe('Tour should work properly', () => {
|
||||
|
||||
test('All tour steps should work', async ({ page }) => {
|
||||
await page.locator('[data-testid="help-icon"]').click();
|
||||
await page.getByRole('link', { name: 'Tour' }).click();
|
||||
await page.getByRole('link', { name: 'Tour', exact: true }).click();
|
||||
|
||||
await expect(page.locator(`[data-tour-elem="badge"]`)).toHaveText('1');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user