chore: remove e2e tests that are invalid due to session invalidation upon password change (#2384)

* chore: remove e2e tests that are invalid due to session invalidation upon password change

* chore: move invalid session e2e tests to a skipped suite for revisiting
This commit is contained in:
Karol Sójko
2023-08-04 15:02:31 +02:00
committed by GitHub
parent afc32121ee
commit c42a559955
5 changed files with 268 additions and 251 deletions

View File

@@ -53,6 +53,7 @@ export const BaseTests = [
'preferences.test.js',
'files.test.js',
'session.test.js',
'session-invalidation.test.js',
'subscriptions.test.js',
'recovery.test.js',
]