fix(test): attempt to fix recorder test

This commit is contained in:
Rushabh Mehta 2020-08-23 13:19:38 +05:30
parent 7895ddf865
commit 07f5484ef2

View file

@ -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');