Kaynağa Gözat

fix(minor): fix flaky test

version-14
Rushabh Mehta 3 yıl önce
ebeveyn
işleme
378b44a382
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      cypress/integration/customize_form.js

+ 2
- 1
cypress/integration/customize_form.js Dosyayı Görüntüle

@@ -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);
});
});
});
});

Yükleniyor…
İptal
Kaydet