Commit graph

5 commits

Author SHA1 Message Date
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
George Tsiolis
bd33f18ad4 Update wiki empty state
- Align heading text to the left according to #40468
2018-10-09 12:15:27 +03:00
Dmitriy Zaporozhets
7f8a520f8a Unite green buttons under one css class
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19 13:55:48 +03:00
Ross Laird
f478db1a48 Typo fix 2018-06-13 08:45:06 +00:00
Paul Slaughter
67199aed62 Add helpful messages to empty wiki view 2018-05-29 07:28:49 +00:00