Skip to content

Commit

Permalink
revert: undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Sep 25, 2024
1 parent e9d71c0 commit 25e09c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions e2e-tests/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export default defineConfig({
numTestsKeptInMemory: 0,
watchForFileChanges: false,
experimentalStudio: true,
defaultCommandTimeout: 10000,
pageLoadTimeout: 10000,
e2e: {
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config);
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/cypress/e2e/dashboard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ describe('Importer Works', function () {
cy.intercept('POST', '**import_theme_mods*').as('importCustomizer');
cy.intercept('POST', '**import_widgets*').as('importWidgets');

cy.wait(1000);
cy.get('.starter-site-card').first().as('firstCard');
cy.get('@firstCard').trigger('mouseover');
cy.get('@firstCard').find('button').should('have.length', 2);
Expand Down

0 comments on commit 25e09c3

Please sign in to comment.