Commit Graph

4 Commits

Author SHA1 Message Date
GitLab Bot 18ffa5e881 Add latest changes from gitlab-org/gitlab@master 2020-07-14 18:09:55 +00:00
Mark Lapierre 38fcb11f97 Fix flaky wiki create test
There's an svg on the page that allows you to create a wiki page.
The svg takes a fraction of a second to load after which the
"Create your first page" button shifts up a bit. This can cause
 webdriver to miss the hit so we wait for the svg to load before
clicking the button.

Also update the elements used in the test to conform to our best
practice.

And replace `act` with `perform`

Finally, remove the `before` block and `login` method, making the
code slightly simpler.
2019-01-29 16:18:04 -05:00
Paul Slaughter f9cfe78ac0 Update "col-xs" usage to bootstrap4 2018-05-30 21:24:21 +00:00
Paul Slaughter 67199aed62 Add helpful messages to empty wiki view 2018-05-29 07:28:49 +00:00