Skip to content
Snippets Groups Projects

Create waitForText() and use it in most places

1 unresolved thread

Closes #3507922

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 {
  • Adam G-H added 1 commit

    added 1 commit

    • 1cfab0ed - Rename to assertPageHasText()

    Compare with previous version

  • Adam G-H added 6 commits

    added 6 commits

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • 7a608fb0 - Merge branch '2.0.x' into 3507922-create-more-assertive

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading