Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated the code
  • Loading branch information
savascountly committed Apr 15, 2026
commit f9030ddfc3d5f4d5afb94b10bfd44c5d6c73a2b8
1 change: 0 additions & 1 deletion ui-tests/cypress/lib/dashboard/manage/alerts/alerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ const clickAddFilterButton = () => {
};

const selectFilterCrashesAppVersion = (...appVersions) => {
cy.wait(3000)
cy.selectCheckboxOption(alertDrawerPageElements.DRAWER_FILTER_CRASHES_SELECT, ...appVersions);
};

Expand Down
Loading