Skip to content

Commit

Permalink
fix(test): assert absence of Return Home button
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Apr 18, 2023
1 parent 1c9574e commit 4d73639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/specs/rate-limit.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("Rate limiting feature spec", () => {
} else {
expect(res.status).to.eq(FAIL_STATUS);
expect(res.body).to.contain("nginx");
expect(res.body).not.to.contain("Cal-ITP");
expect(res.body).not.to.contain("Return home");
}
});
}
Expand Down

0 comments on commit 4d73639

Please sign in to comment.