Bläddra i källkod

fix(minor): fix flaky test

version-14
Rushabh Mehta 3 år sedan
förälder
incheckning
378b44a382
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -1
      cypress/integration/customize_form.js

+ 2
- 1
cypress/integration/customize_form.js Visa fil

@@ -1,5 +1,6 @@
context('Customize Form', () => {
before(() => {
cy.login();
cy.visit('/app/customize-form');
});
it('Changing to naming rule should update autoname', () => {
@@ -19,4 +20,4 @@ context('Customize Form', () => {
cy.get_field("autoname", "Data").should("have.value", value);
});
});
});
});

Laddar…
Avbryt
Spara