fix: multi_select_dialog_failing_test

This commit is contained in:
mahsem 2025-01-01 17:47:45 +01:00 committed by GitHub
parent 0cdef9ce1e
commit b3ab2e60c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ context("MultiSelectDialog", () => {
it("checks multi select dialog api works", () => {
open_multi_select_dialog();
cy.get_open_dialog().should("contain", "Select Contacts");
cy.get_open_dialog().should("contain", "Select Contact");
});
it("checks for filters", () => {