Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Sep 5, 2023
1 parent 17a5aea commit 47881fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/job_logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("Job logs page", () => {
cy.get("th")
.should("have.length", 1)
.then((th) => {
cy.wrap(th).should("have.attr", "aria-sort", "none");
cy.wrap(th).should("not.have.attr", "aria-sort");
});

cy.dataCy("complete-test-logs-link")
Expand Down

0 comments on commit 47881fc

Please sign in to comment.