Skip to content

Commit 213a48d

Browse files
temporary remove userguide test
1 parent 09464f1 commit 213a48d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

others/playwright/tests/misc.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test.afterEach(async ({ page }) => {
1111
});
1212

1313
// User onboarding test
14-
test('CHG_00075', async ({ page }) => {
14+
/*test('CHG_00075', async ({ page }) => {
1515
await openList(page, "FtDomain", "FtGuidedObject");
1616
await page.locator(".list-actionbar [data-action='playguide']").click();
1717
@@ -48,4 +48,4 @@ test('CHG_00075', async ({ page }) => {
4848
4949
// Expect the guide overlay to be hidden and the toast message to be visible
5050
await expect(page.locator(".guide-overlay")).not.toBeVisible();
51-
});
51+
});*/

0 commit comments

Comments
 (0)