-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: disable test or checks that were previously disabled
- Loading branch information
1 parent
68bc9ee
commit 4f3b011
Showing
10 changed files
with
120 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
import { Then } from '@badeball/cypress-cucumber-preprocessor' | ||
import { dashboards } from '../../assets/backends/index.js' | ||
import { gridItemSel, chartSel } from '../../elements/dashboardItem.js' | ||
// import { gridItemSel, chartSel } from '../../elements/dashboardItem.js' | ||
import { dashboardTitleSel } from '../../elements/viewDashboard.js' | ||
import { EXTENDED_TIMEOUT } from '../../support/utils.js' | ||
// import { EXTENDED_TIMEOUT } from '../../support/utils.js' | ||
|
||
Then('the {string} dashboard displays in view mode', (title) => { | ||
cy.location().should((loc) => { | ||
expect(loc.hash).to.equal(dashboards[title].route) | ||
}) | ||
|
||
cy.get(dashboardTitleSel).should('be.visible').and('contain', title) | ||
cy.get(gridItemSel) | ||
.first() | ||
.getIframeBody() | ||
.find(chartSel, EXTENDED_TIMEOUT) | ||
.should('exist') | ||
// cy.get(gridItemSel) | ||
// .first() | ||
// .getIframeBody() | ||
// .find(chartSel, EXTENDED_TIMEOUT) | ||
// .should('exist') | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters