Skip to content

Commit 31ee683

Browse files
committed
test: made backpages tests skip again (#4080)
1 parent 894a237 commit 31ee683

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

explorer/e2e/anvil/anvil-backpages.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ import {
66
} from "../testFunctions";
77
import { anvilTabs } from "./anvil-tabs";
88

9-
test("Smoke test `Export to Terra` button on the first available dataset", async ({
9+
test.skip("Smoke test `Export to Terra` button on the first available dataset", async ({
1010
context,
1111
page,
1212
}) => {
1313
test.setTimeout(120000);
1414
await testExportBackpage(context, page, anvilTabs.datasets);
1515
});
1616

17-
test("Check access controls on the datasets backpages work for the first two tabs", async ({
17+
test.skip("Check access controls on the datasets backpages work for the first two tabs", async ({
1818
page,
1919
}) => {
2020
test.setTimeout(120000);

explorer/e2e/testFunctions.ts

-2
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@ export async function testExportBackpage(
632632
}
633633
// Click the Export Request button
634634
await expect(exportRequestButtonLocator).toBeEnabled({ timeout: 10000 });
635-
/*
636635
await exportRequestButtonLocator.click();
637636
await expect(
638637
page.getByText(tab.backpageExportButtons.firstLoadingMessage, {
@@ -656,7 +655,6 @@ export async function testExportBackpage(
656655
await expect(
657656
newPage.getByText(tab.backpageExportButtons?.newTabMessage)
658657
).toBeVisible();
659-
*/
660658
}
661659

662660
/**

0 commit comments

Comments
 (0)