You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: explorer/e2e/testReadme.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -72,16 +72,16 @@ through the actions taken as part of the test and view the impact on the web pag
72
72
- All tests rely on correct lists of tabs, columns, and filters in `anvil-tabs.ts`
73
73
- Backpages (`anvil-backpages.spec.ts`)
74
74
- Test the export process on the "Datasets" tab
75
-
- Selects the first dataset that does not have access control enabled and go to the export tab on its backpage. Then, selects one filter checkbox for each category, then finally selects the "Export to Terra" button
76
-
- Checks that buttons, text, and loading text appears as expected, and that a new tab appears when the "Export to Terra" button is pressed
75
+
- Selects the first dataset that does not have access control enabled and goes to the export tab on its backpage. Then, selects one filter checkbox for each category, then finally selects the "Export to Terra" button
76
+
- Checks that buttons, text, and loading text appear as expected, and that a new tab appears when the "Export to Terra" button is pressed
77
77
- Relevant text constants are stored in `anvil-tabs.ts`
78
78
- Currently disabled as the export button is disabled
79
79
- Test that access control works properly on the "Datasets" tab
80
-
- Selects a non-access-controlled tab and check that text associated with access being granted is present, then repeats for an access-controlled tab
80
+
- Selects a non-access-controlled tab and checks that text associated with access being granted is present, then repeats for an access-controlled tab
81
81
- Relevant text constants are stored in `anvil-tabs.ts`
82
82
- Currently disabled as the export button is disabled
83
-
- Test that data in the sidebar of the "Datasets" tab is the same as the text displayed in the main tab le
84
-
-Enable all non-preselected columns and read values from all columns in the first row, including n-tag cells. Then select the backpage for the first row and check that all matching columns are reflected
83
+
- Test that data in the sidebar of the "Datasets" tab is the same as the text displayed in the main table
84
+
-Enables all non-preselected columns and read values from all columns in the first row, including n-tag cells. Then selects the backpage for the first row and checks that all matching columns are reflected
85
85
- Requires a list of the values in the sidebar to be present in `anvil-tabs.ts` and that plural labels are defined there for any columns that include n-tag cells
0 commit comments