fix(test): attempt to fix recorder test
This commit is contained in:
parent
7895ddf865
commit
07f5484ef2
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ context('Recorder', () => {
|
|||
|
||||
cy.visit('/desk#recorder');
|
||||
|
||||
cy.contains('.list-row-container span', 'frappe.desk.reportview.get').click();
|
||||
cy.get('.list-row-container span').contains('frappe.desk.reportview.get').click();
|
||||
|
||||
cy.location('hash').should('contain', '#recorder/request/');
|
||||
cy.get('form').should('contain', 'frappe.desk.reportview.get');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue