Create waitForText() and use it in most places
1 unresolved thread
1 unresolved thread
Closes #3507922
Merge request reports
Activity
added 1 commit
- 9f1c6633 - Create waitForText() and use it in most places
added 1 commit
- f1586898 - Create waitForText() and use it in most places
added 1 commit
- f2e120a4 - Remove pointless and broken waits from testPagingOptions
11 11 */ 12 12 trait ProjectBrowserUiTestTrait { 13 13 14 /** 15 * Waits for specific text to appear on the page. 16 * 17 * @param string $text 18 * The text we're waiting for. 19 */ 20 protected function waitForText(string $text): void { changed this line in version 8 of the diff
added 6 commits
-
1cfab0ed...f4a1c020 - 5 commits from branch
project:2.0.x
- 18c803d2 - Merge branch '2.0.x' into 3507922-create-more-assertive
-
1cfab0ed...f4a1c020 - 5 commits from branch
added 1 commit
- 7a608fb0 - Merge branch '2.0.x' into 3507922-create-more-assertive
Please register or sign in to reply