[stable10] Sync user_management acceptance tests in stable10#35467
Conversation
| use Behat\MinkExtension\Context\RawMinkContext; | ||
| use Page\LoginPage; | ||
| use Page\UsersPage; | ||
| use PHPUnit\Framework\Assert; |
There was a problem hiding this comment.
This stuff comes from owncloud-archive/user_management#175
| $this->waitForAjaxCallsToStartAndFinish($session); | ||
| } catch (StaleElementReference $e) { | ||
| } | ||
| $this->waitForAjaxCallsToStartAndFinish($session); |
There was a problem hiding this comment.
Comes from owncloud-archive/user_management#179
| Scenario Outline: Add group | ||
| When the administrator adds group <groupname> using the webUI | ||
| Then the group name <groupname> should be listed on the webUI | ||
| And group <groupname> should exist |
There was a problem hiding this comment.
Comes from owncloud-archive/user_management#183
Codecov Report
@@ Coverage Diff @@
## stable10 #35467 +/- ##
===========================================
Coverage 64.79% 64.79%
Complexity 20177 20177
===========================================
Files 1293 1293
Lines 77156 77156
Branches 1300 1300
===========================================
Hits 49997 49997
Misses 26775 26775
Partials 384 384
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## stable10 #35467 +/- ##
===========================================
Coverage 64.79% 64.79%
Complexity 20177 20177
===========================================
Files 1293 1293
Lines 77156 77156
Branches 1300 1300
===========================================
Hits 49997 49997
Misses 26775 26775
Partials 384 384
Continue to review full report at Codecov.
|
Description
Apply a few acceptance test changes from the
user_managementapp to corestable10See my comments for details of which
user_managementPR made the changes.There are also some minor line-ending changes for some files - may as well keep those the same also!
Motivation and Context
Keep user_management acceptance tests the same in core
stable10as in theuser_managementappHow Has This Been Tested?
CI
Types of changes
Checklist: