← Back to team overview

mahara-contributors team mailing list archive

[Bug 1953278] [NEW] Behat step fails: Then I should see "Robert Cohn"

 

Public bug reported:

The following test reliably fails:

./mahara_behat.sh rundebug user_content/edit_page.feature

The error:

    Then I should see "Robert Cohn"
      The text "Robert Cohn" was not found anywhere in the text of the current page. 

Inserting "And I insert breakpoint" let me look at the page.  The text
is present, just not in the viewport.  Adding the following just prior
to the test resolved it for me.

And I scroll to the base of id "column-container"

** Affects: mahara
     Importance: Undecided
         Status: New


** Tags: behat-test bite-sized

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1953278

Title:
  Behat step fails: Then I should see "Robert Cohn"

Status in Mahara:
  New

Bug description:
  The following test reliably fails:

  ./mahara_behat.sh rundebug user_content/edit_page.feature

  The error:

      Then I should see "Robert Cohn"
        The text "Robert Cohn" was not found anywhere in the text of the current page. 

  Inserting "And I insert breakpoint" let me look at the page.  The text
  is present, just not in the viewport.  Adding the following just prior
  to the test resolved it for me.

  And I scroll to the base of id "column-container"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1953278/+subscriptions



Follow ups