BrowseDashboards: Add (skipped) basic e2e tests to prepare for GA (#75917)
Add e2e tests for new Browse Dashboards UI
This commit is contained in:
@@ -280,9 +280,14 @@ export const Pages = {
|
||||
BrowseDashboards: {
|
||||
table: {
|
||||
body: 'data-testid browse-dashboards-table',
|
||||
row: (uid: string) => `data-testid ${uid} row`,
|
||||
row: (name: string) => `data-testid browse dashboards row ${name}`,
|
||||
checkbox: (uid: string) => `data-testid ${uid} checkbox`,
|
||||
},
|
||||
NewFolderForm: {
|
||||
form: 'data-testid new folder form',
|
||||
nameInput: 'data-testid new-folder-name-input',
|
||||
createButton: 'data-testid new-folder-create-button',
|
||||
},
|
||||
},
|
||||
Search: {
|
||||
url: '/?search=openn',
|
||||
|
||||
Reference in New Issue
Block a user