We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8109994 commit a2879eeCopy full SHA for a2879ee
cypress/integration/home.test.js
@@ -27,13 +27,13 @@ describe('Home Page', () => {
27
28
it('should display the advanced courses', () => {
29
30
- cy.get('.mat-tab-label').should("have.length", 2);
+ cy.get('.mdc-tab').should("have.length", 2);
31
32
- cy.get('.mat-tab-label').last().click();
+ cy.get('.mdc-tab').last().click();
33
34
- cy.get('.mat-tab-body-active .mat-card-title').its('length').should('be.gt', 1);
+ cy.get('.mat-mdc-tab-body-active .mat-mdc-card-title').its('length').should('be.gt', 1);
35
36
- cy.get('.mat-tab-body-active .mat-card-title').first()
+ cy.get('.mat-mdc-tab-body-active .mat-mdc-card-title').first()
37
.should('contain', "Angular Security Course");
38
39
});
0 commit comments