mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #64404
[Bug 1953278] Re: Behat step fails: Then I should see "Robert Cohn"
Further testing has shown that the id mentioned isn't reliable either.
I also tried 'powered-by' which is an id in the footer. No joy there
either.
The specific step of "And I scroll to the id 'bottom-pane'" also didn't
work.
There is not step for "And I scroll to the bottom". The addition of
this may resolve this.
--
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
References