fix: multi_select_dialog_failing_test
This commit is contained in:
parent
0cdef9ce1e
commit
b3ab2e60c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue