Skip to content

Commit

Permalink
Cypress fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Oct 19, 2023
1 parent 7e321d7 commit 5e07284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/campaigns.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ describe('Campaigns', function() {
// Perform your desired actions or assertions here
cy.log('Layout Loading');

cy.get('#layoutAssignments tbody tr').should('have.length', 2);

// Assign a layout
cy.get('#layoutAssignments tr:nth-child(1) a.assignItem').click();
cy.get('#layoutAssignments tr:nth-child(2) a.assignItem').click();
Expand Down

0 comments on commit 5e07284

Please sign in to comment.