Browse Source

revert: dashboard_links UI test fix

version-14
Shariq Ansari 3 years ago
parent
commit
7d14c26a95
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      cypress/integration/dashboard_links.js

+ 0
- 2
cypress/integration/dashboard_links.js View File

@@ -1,6 +1,5 @@
import doctype_with_child_table from '../fixtures/doctype_with_child_table';
import child_table_doctype from '../fixtures/child_table_doctype';
import child_table_doctype_1 from '../fixtures/child_table_doctype_1';
import doctype_to_link from '../fixtures/doctype_to_link';
const doctype_to_link_name = doctype_to_link.name;
const child_table_doctype_name = child_table_doctype.name;
@@ -10,7 +9,6 @@ context('Dashboard links', () => {
cy.visit('/login');
cy.login();
cy.insert_doc('DocType', child_table_doctype, true);
cy.insert_doc('DocType', child_table_doctype_1, true);
cy.insert_doc('DocType', doctype_with_child_table, true);
cy.insert_doc('DocType', doctype_to_link, true);
return cy.window().its('frappe').then(frappe => {


Loading…
Cancel
Save