Uh oh!
There was an error while loading. Please reload this page.
Revert "Disable fragile tests for now" - #14557
Conversation
This reverts commit 40e04c8.
0f78a92 to
f7dd0aeCompareSeems that all except the user ones are working: https://drone.nextcloud.com/nextcloud/server/30933/61/1 let me retrigger it 5 times to verify. Statuses: Status of 30933: failureacceptance-app-comments ("fixed" with #21934)
Show full logacceptance-users
Show full logStatus of 30935: failureacceptance-app-comments ("fixed" with #21934)
Show full logacceptance-app-files-sharing
Show full logacceptance-users
Show full logThe ones below have the fix for the user acceptance test includedStatus of 30941: failuremysql5.6-php7.2Show full logacceptance-app-comments ("fixed" with #21934)
Show full logacceptance-login
Show full logacceptance-users
Show full log |
…nce test Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| */ | ||
| public static function displayNameCellForUser($user) { | ||
| return self::inputForUserInCell("displayName", $user); | ||
| return self::classCellForUser("displayName", $user); |
There was a problem hiding this comment.
@danxuliu It seems that this was the problem for the failing user list tests. If I got this right the inputForUserInCell wraps the displayName class selector into an input type selector.
But this isn't the case anymore (most likely due to the Vue version of the users management):
Does that make sense?
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 30944: failureacceptance-app-comments
Show full logacceptance-users
Show full log |
MorrisJobke
commented
Jul 21, 2020
Seems that all except the users.feature:13 works fine. So let's get them in again via #21940 and then focus on the remaining one in this ticket here. |
This reverts commit 40e04c8.
As promised in #14541
@ChristophWurst@skjnldsv@juliushaertl@danxuliu Any idea why they are failing?