Co-authored-by: hasnain2808@gmail.com <hasnain2808@gmail.com>
This commit is contained in:
parent
25fb3c339b
commit
907d418cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue