Skip to content

Commit

Permalink
Uninstall cypress-plugin-xhr-toggle lib
Browse files Browse the repository at this point in the history
Since it seems to be making the CI workflow failing.

Ref., https://cloud.cypress.io/projects/vxwq6z/runs/132
  • Loading branch information
wlsf82 committed Sep 2, 2023
1 parent 545572a commit 3ed2e73
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = defineConfig({
projectId: 'vxwq6z',
e2e: {
baseUrl: 'http://localhost/',
env: { hideXhr: true },
setupNodeEvents (on, config) {
esbuildPreprocessor(on)
tasks(on)
Expand Down
2 changes: 0 additions & 2 deletions cypress/support/e2e.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'cypress-plugin-xhr-toggle'

import './commands/api_commands'
import './commands/gui_commands'
import './commands/session_login'
17 changes: 0 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@faker-js/faker": "^8.0.2",
"cypress": "^13.1.0",
"cypress-plugin-xhr-toggle": "^1.0.0",
"esbuild": "^0.19.2",
"snazzy": "^9.0.0",
"standard": "^17.1.0"
Expand Down

0 comments on commit 3ed2e73

Please sign in to comment.