Skip to content

Commit

Permalink
PMM-7 Fix no alert rules check (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec authored Jul 11, 2024
1 parent 8c8edd1 commit 5cb1084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ia/alertRules_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Scenario(
'PMM-T1384 Verify empty alert rules list @ia @grafana-pr',
async ({ I, alertRulesPage }) => {
alertRulesPage.openAlertRulesTab();
I.waitForText(alertRulesPage.messages.noRulesFound, alertRulesPage.elements.noRules);
I.waitForText(alertRulesPage.messages.noRulesFound);
I.waitForVisible(alertRulesPage.buttons.newAlertRule, 10);
I.waitForVisible(alertRulesPage.elements.alertsLearnMoreLinks, 10);
const link = await I.grabAttributeFrom(alertRulesPage.elements.alertsLearnMoreLinks, 'href');
Expand Down

0 comments on commit 5cb1084

Please sign in to comment.