test: Remove unnecessart assertion
This commit is contained in:
parent
3334235e7a
commit
4845e3f093
3 changed files with 1 additions and 5 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue