apiKey: process.env.APPLITOOLS_API_KEY,
browser: [
{ width: 1920, height: 1080, name: 'chrome' },
- { width: 1920, height: 1080, name: 'firefox' },
- { width: 800, height: 600, name: 'chrome' },
- { width: 800, height: 600, name: 'firefox' }
+ { width: 1920, height: 1080, name: 'firefox' }
],
showLogs: false,
saveDebugData: true,
it('should take screenshot of dashboard landing page', () => {
login.navigateTo();
login.doLogin();
- cy.get('[aria-label="Details card"]').should('be.visible');
cy.get('[aria-label="Status card"]').should('be.visible');
cy.get('[aria-label="Inventory card"]').should('be.visible');
cy.get('[aria-label="Cluster utilization card"]').should('be.visible');