Skip to content

Commit ac5a652

Browse files
authored
Fix oppia#23872: Remove E2E tests that are already covered. (oppia#23916)
* Remove E2E tests that are already covered. * Removed test-suites from e2e.json and wdio.conf.js
1 parent d15e3b4 commit ac5a652

File tree

7 files changed

+0
-2479
lines changed

7 files changed

+0
-2479
lines changed

core/tests/ci-test-suite-configs/e2e.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"suites": [
3-
{
4-
"name": "accessibility",
5-
"module": "core/tests/webdriverio/accessibility.js"
6-
},
73
{
84
"name": "additionalEditorFeatures",
95
"module": "core/tests/webdriverio_desktop/additionalEditorFeatures.js"
@@ -12,10 +8,6 @@
128
"name": "additionalEditorFeaturesModals",
139
"module": "core/tests/webdriverio_desktop/additionalEditorFeaturesModals.js"
1410
},
15-
{
16-
"name": "additionalPlayerFeatures",
17-
"module": "core/tests/webdriverio_desktop/additionalPlayerFeatures.js"
18-
},
1911
{
2012
"name": "blog",
2113
"module": "core/tests/webdriverio_desktop/blog.js"
@@ -24,18 +16,10 @@
2416
"name": "collections",
2517
"module": "core/tests/webdriverio_desktop/collections.js"
2618
},
27-
{
28-
"name": "contributorDashboard",
29-
"module": "core/tests/webdriverio_desktop/contributorDashboard.js"
30-
},
3119
{
3220
"name": "contributorAdminDashboard",
3321
"module": "core/tests/webdriverio_desktop/contributorAdminDashboard.js"
3422
},
35-
{
36-
"name": "coreEditorAndPlayerFeatures",
37-
"module": "core/tests/webdriverio_desktop/coreEditorAndPlayerFeatures.js"
38-
},
3923
{
4024
"name": "creatorDashboard",
4125
"module": "core/tests/webdriverio_desktop/creatorDashboard.js"
@@ -68,10 +52,6 @@
6852
"name": "navigation",
6953
"module": "core/tests/webdriverio_desktop/navigation.js"
7054
},
71-
{
72-
"name": "profileMenu",
73-
"module": "core/tests/webdriverio/profileMenuFlow.js"
74-
},
7555
{
7656
"name": "publication",
7757
"module": "core/tests/webdriverio_desktop/publicationAndLibrary.js"

core/tests/wdio.conf.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ var suites = {
2929
'./core/tests/webdriverio_desktop/**/*.js',
3030
],
3131

32-
accessibility: [
33-
'./core/tests/webdriverio/accessibility.js'
34-
],
35-
3632
additionalEditorFeatures: [
3733
'./core/tests/webdriverio_desktop/additionalEditorFeatures.js'
3834
],
@@ -41,10 +37,6 @@ var suites = {
4137
'./core/tests/webdriverio_desktop/additionalEditorFeaturesModals.js'
4238
],
4339

44-
additionalPlayerFeatures: [
45-
'./core/tests/webdriverio_desktop/additionalPlayerFeatures.js'
46-
],
47-
4840
blog: [
4941
'./core/tests/webdriverio_desktop/blog.js'
5042
],
@@ -57,14 +49,6 @@ var suites = {
5749
'./core/tests/webdriverio_desktop/contributorAdminDashboard.js'
5850
],
5951

60-
contributorDashboard: [
61-
'./core/tests/webdriverio_desktop/contributorDashboard.js'
62-
],
63-
64-
coreEditorAndPlayerFeatures: [
65-
'./core/tests/webdriverio_desktop/coreEditorAndPlayerFeatures.js'
66-
],
67-
6852
creatorDashboard: [
6953
'./core/tests/webdriverio_desktop/creatorDashboard.js'
7054
],
@@ -97,10 +81,6 @@ var suites = {
9781
'./core/tests/webdriverio_desktop/navigation.js'
9882
],
9983

100-
profileMenu: [
101-
'./core/tests/webdriverio/profileMenuFlow.js'
102-
],
103-
10484
publication: [
10585
'./core/tests/webdriverio_desktop/publicationAndLibrary.js'
10686
],

0 commit comments

Comments
 (0)