Skip to content

Commit 0034f60

Browse files
committed
Control alerts has a search box
1 parent c72b09e commit 0034f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/ui/searchbox.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ describe('Search box', () => {
2626
cy.expect_no_search_box();
2727
});
2828

29-
it('Is not present on list view page', () => {
29+
it('Is present on list view page', () => {
3030
cy.menu('Control', 'Alerts');
31-
cy.expect_no_search_box();
31+
cy.expect_search_box();
3232
});
3333
});

0 commit comments

Comments
 (0)