Skip to content

Commit

Permalink
fix: classname in test
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed May 14, 2024
1 parent 37a670a commit 89efdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/admin_workers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ context('Workers', () => {
});
context('error', () => {
it('should have error styles', () => {
cy.get('@lastWorker').should('have.class', '-error');
cy.get('@lastWorker').should('have.class', 'status-error');
});
});
});
Expand Down

0 comments on commit 89efdf4

Please sign in to comment.