We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09464f1 commit 213a48dCopy full SHA for 213a48d
1 file changed
others/playwright/tests/misc.spec.ts
@@ -11,7 +11,7 @@ test.afterEach(async ({ page }) => {
11
});
12
13
// User onboarding test
14
-test('CHG_00075', async ({ page }) => {
+/*test('CHG_00075', async ({ page }) => {
15
await openList(page, "FtDomain", "FtGuidedObject");
16
await page.locator(".list-actionbar [data-action='playguide']").click();
17
@@ -48,4 +48,4 @@ test('CHG_00075', async ({ page }) => {
48
49
// Expect the guide overlay to be hidden and the toast message to be visible
50
await expect(page.locator(".guide-overlay")).not.toBeVisible();
51
-});
+});*/
0 commit comments