mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(e2e): reduce test flakiness (#50072)
* fix: visit page before each test * fix: ensure editor is visible when checking contents * fix: click after clear
This commit is contained in:
+1
-2
@@ -24,8 +24,7 @@ module.exports = defineConfig({
|
||||
// Temporary disable these until we can address the flakiness
|
||||
excludeSpecPattern: [
|
||||
'cypress/e2e/**/challenge-hot-keys.ts',
|
||||
'cypress/e2e/**/multifile.ts',
|
||||
'cypress/e2e/**/multifile-cert-project.ts'
|
||||
'cypress/e2e/**/multifile.ts'
|
||||
],
|
||||
|
||||
setupNodeEvents(on, config) {
|
||||
|
||||
Reference in New Issue
Block a user