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:
Krzysztof G
2023-04-25 10:11:23 +02:00
committed by GitHub
parent a272028a40
commit 6504847b26
2 changed files with 21 additions and 15 deletions
+1 -2
View File
@@ -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) {