Skip to content

Commit

Permalink
undo spec change
Browse files Browse the repository at this point in the history
Signed-off-by: Ash <[email protected]>
  • Loading branch information
ashokaditya authored Nov 30, 2023
1 parent 8eb1a93 commit 68a6d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const getCypressBaseConfig = (
baseUrl: 'http://localhost:5601',
supportFile: 'public/management/cypress/support/e2e.ts',
specPattern:
'public/management/cypress/e2e/**/endpoints_list_response_console.cy.{js,jsx,ts,tsx}',
'public/management/cypress/e2e/**/*.cy.{js,jsx,ts,tsx}',
experimentalRunAllSpecs: true,
experimentalMemoryManagement: true,
experimentalInteractiveRunEvents: true,
Expand Down

0 comments on commit 68a6d33

Please sign in to comment.