소스 검색

test: encoding @ since we encode each url (bp #12567) (#12599)

Co-authored-by: hasnain2808@gmail.com <hasnain2808@gmail.com>
version-14
mergify[bot] 4 년 전
committed by GitHub
부모
커밋
907d418cfd
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cypress/integration/table_multiselect.js

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

@@ -45,6 +45,6 @@ context('Table MultiSelect', () => {
cy.get(`.list-subject:contains("table multiselect")`).last().find('a').click();
cy.get('.frappe-control[data-fieldname="users"] .form-control .tb-selected-value').as('existing_value');
cy.get('@existing_value').find('.btn-link-to-form').click();
cy.location('pathname').should('contain', '/user/test@erpnext.com');
cy.location('pathname').should('contain', '/user/test%40erpnext.com');
});
});

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