Skip to content

Commit

Permalink
Fix cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Oct 25, 2023
1 parent b1b9871 commit d3c836b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe(
it('Displays the callout when there are running maintenance windows', () => {
visit(RULES_MANAGEMENT_URL);

cy.contains('Maintenance window is running');
cy.contains('A maintenance window is running for Security rules');
});
}
);

0 comments on commit d3c836b

Please sign in to comment.