You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
We are seeing webUI acceptance tests sometimes fail on drone. e.g.
Scenario Outline: change quota to an invalid value # /var/www/owncloud/apps/user_management/tests/acceptance/features/webUIManageQuota/manageUserQuota.feature:38
When the administrator changes the quota of user "user1" to "<wished_quota>" using the webUI # WebUIUsersContext::theAdministratorSetsTheQuotaOfUserUsingTheWebUI()
Then a notification should be displayed on the webUI with the text 'Invalid quota value "<wished_quota>"' # WebUIGeneralContext::aNotificationShouldBeDisplayedOnTheWebUIWithTheText()
And the quota of user "user1" should be set to "Default" on the webUI # WebUIUsersContext::quotaOfUserShouldBeSetToOnTheWebUI()
Examples:
| wished_quota |
| stupidtext |
SCENARIO RESULT: (fail)
| 34,54GB |
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Invalid quota value "34,54GB"'
+''
SCENARIO RESULT: (fail)
| 30/40GB |
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Invalid quota value "30/40GB"'
+''
SCENARIO RESULT: (fail)
| 30/40 |
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Invalid quota value "30/40"'
+''
SCENARIO RESULT: (fail)
| 3+56 B |
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Invalid quota value "3+56 B"'
+''
SCENARIO RESULT: (pass)
| -1 B |
--- Failed scenarios:
/var/www/owncloud/apps/user_management/tests/acceptance/features/webUIManageQuota/manageUserQuota.feature:46
/var/www/owncloud/apps/user_management/tests/acceptance/features/webUIManageQuota/manageUserQuota.feature:47
/var/www/owncloud/apps/user_management/tests/acceptance/features/webUIManageQuota/manageUserQuota.feature:48
/var/www/owncloud/apps/user_management/tests/acceptance/features/webUIManageQuota/manageUserQuota.feature:49
Probably a UI timing issue.
The text was updated successfully, but these errors were encountered:
We are seeing webUI acceptance tests sometimes fail on drone. e.g.
Probably a UI timing issue.
The text was updated successfully, but these errors were encountered: