revert: "test: encoding @ since we encode each url (bp #12567)" (#12626)

This reverts commit 907d418cfd.
This commit is contained in:
Suraj Shetty 2021-03-20 07:51:50 +05:30 committed by GitHub
parent 60a0aaefc1
commit ccc8deed07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%40erpnext.com');
cy.location('pathname').should('contain', '/user/test@erpnext.com');
});
});