소스 검색

fix(minor): fix flaky test

version-14
Rushabh Mehta 3 년 전
부모
커밋
378b44a382
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      cypress/integration/customize_form.js

+ 2
- 1
cypress/integration/customize_form.js 파일 보기

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

불러오는 중...
취소
저장