File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ import {
6
6
} from "../testFunctions" ;
7
7
import { anvilTabs } from "./anvil-tabs" ;
8
8
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 ( {
10
10
context,
11
11
page,
12
12
} ) => {
13
13
test . setTimeout ( 120000 ) ;
14
14
await testExportBackpage ( context , page , anvilTabs . datasets ) ;
15
15
} ) ;
16
16
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 ( {
18
18
page,
19
19
} ) => {
20
20
test . setTimeout ( 120000 ) ;
Original file line number Diff line number Diff line change @@ -632,7 +632,6 @@ export async function testExportBackpage(
632
632
}
633
633
// Click the Export Request button
634
634
await expect ( exportRequestButtonLocator ) . toBeEnabled ( { timeout : 10000 } ) ;
635
- /*
636
635
await exportRequestButtonLocator . click ( ) ;
637
636
await expect (
638
637
page . getByText ( tab . backpageExportButtons . firstLoadingMessage , {
@@ -656,7 +655,6 @@ export async function testExportBackpage(
656
655
await expect (
657
656
newPage . getByText ( tab . backpageExportButtons ?. newTabMessage )
658
657
) . toBeVisible ( ) ;
659
- */
660
658
}
661
659
662
660
/**
You can’t perform that action at this time.
0 commit comments