Skip to content

Commit

Permalink
test: encoding @ since we encode each url (bp #12567) (#12599)
Browse files Browse the repository at this point in the history
Co-authored-by: hasnain2808@gmail.com <hasnain2808@gmail.com>
  • Loading branch information
mergify[bot] and hasnain2808 committed Mar 17, 2021
1 parent 25fb3c3 commit 907d418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/table_multiselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
});

0 comments on commit 907d418

Please sign in to comment.