mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
E2E: Fix flakiness for dashboard-search spec (#58950)
This commit is contained in:
parent
27b5e5f781
commit
766867735d
@ -21,8 +21,5 @@ e2e.scenario({
|
||||
|
||||
e2e.components.Search.folderContent('General').should('be.visible');
|
||||
e2e.components.Search.dashboardItem('E2E Test - Import Dashboard').should('be.visible');
|
||||
|
||||
// verify the imported dashboard is the only dashboard present in the folder
|
||||
e2e().get('[data-testid^="data-testid Dashboard search item "]').should('have.length', 1);
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user