Commit 7a21a9d
committed
test: process APP_NAME when deciding what apps to disable
When running acceptance tests, we disable the firstrunwizard
and notifications app by default. These apps are often provided
in a bundled ownCloud core tarball. But they can get in the way
of webUI tests, because:
- the firstrunwizard might display itself at the very start of testing
- notifications can appear at the top of the webUI, and might obscure
things that are being tested.
But if we are actually testing one of these apps, then we don't want
to disable the app.
The logic in acceptance ytetst run.sh is enhanced to avoid disabling
the app when it is the app-under-test.1 parent bd12a8e commit 7a21a9d
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1063 | 1063 | | |
1064 | 1064 | | |
1065 | 1065 | | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
1066 | 1071 | | |
1067 | 1072 | | |
1068 | 1073 | | |
1069 | | - | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
1070 | 1081 | | |
1071 | 1082 | | |
1072 | 1083 | | |
| |||
0 commit comments