test: Remove unnecessart assertion

This commit is contained in:
Suraj Shetty 2023-09-25 10:37:30 +05:30
parent 3334235e7a
commit 4845e3f093
3 changed files with 1 additions and 5 deletions

View file

@ -55,9 +55,6 @@ context("Control Phone", () => {
}
);
});
cy.get(".phone-picker").get(".search-phones").clear();
cy.get(".phone-section .phone-wrapper").should("not.have.class", "hidden");
});
it("existing document should render phone field with data", () => {

View file

@ -9,7 +9,6 @@ context("Customize Form", () => {
const naming_rule_default_autoname_map = {
"Set by user": "prompt",
"By fieldname": "field:",
'By "Naming Series" field': "naming_series:",
Expression: "format:",
"Expression (old style)": "",
Random: "hash",

View file

@ -38,7 +38,7 @@ context("Realtime updates", () => {
});
});
it("Recieves msgprint from server", { scrollBehavior: false }, () => {
it("Receives msgprint from server", { scrollBehavior: false }, () => {
// required because immediately after load socket is still connecting.
// Not a deal breaker in prod
const msg = "msgprint sent via realtime";