Skip to content

Commit f79b943

Browse files
authored
Merge pull request ceph#51153 from rhcs-dashboard/applitools-fix
mgr/dashboard: ignore Details card in applitools vrt Reviewed-by: Pegonzal <NOT@FOUND>
2 parents d36d554 + f31053b commit f79b943

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/pybind/mgr/dashboard/frontend/applitools.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ module.exports = {
1010
apiKey: process.env.APPLITOOLS_API_KEY,
1111
browser: [
1212
{ width: 1920, height: 1080, name: 'chrome' },
13-
{ width: 1920, height: 1080, name: 'firefox' },
14-
{ width: 800, height: 600, name: 'chrome' },
15-
{ width: 800, height: 600, name: 'firefox' }
13+
{ width: 1920, height: 1080, name: 'firefox' }
1614
],
1715
showLogs: false,
1816
saveDebugData: true,

src/pybind/mgr/dashboard/frontend/cypress/integration/visualTests/dashboard.vrt-spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ describe('Dashboard Landing Page', () => {
1616
it('should take screenshot of dashboard landing page', () => {
1717
login.navigateTo();
1818
login.doLogin();
19-
cy.get('[aria-label="Details card"]').should('be.visible');
2019
cy.get('[aria-label="Status card"]').should('be.visible');
2120
cy.get('[aria-label="Inventory card"]').should('be.visible');
2221
cy.get('[aria-label="Cluster utilization card"]').should('be.visible');

0 commit comments

Comments
 (0)