Browse Source

fix(test): attempt to fix recorder test

version-14
Rushabh Mehta 4 years ago
parent
commit
07f5484ef2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cypress/integration/recorder.js

+ 1
- 1
cypress/integration/recorder.js 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');


Loading…
Cancel
Save