Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
bb1bca3858a9
Unverified
Commit
d0737b18
authored
Sep 28, 2017
by
Phil Hughes
Browse files
spec fixes
parent
fae328b1e4c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
spec/features/projects/wiki/user_updates_wiki_page_spec.rb
View file @
bb1bca38
...
...
@@ -40,7 +40,7 @@
expect
(
current_path
).
to
include
(
'one/two/three-test'
)
expect
(
find
(
'.wiki-pages'
)).
to
have_content
(
'Three'
)
click_on
(
'Three'
)
first
(
:link
,
text:
'Three'
)
.
click
expect
(
find
(
'.nav-text'
)).
to
have_content
(
'Three'
)
...
...
spec/features/projects/wiki/user_views_wiki_page_spec.rb
View file @
bb1bca38
...
...
@@ -34,7 +34,7 @@
it
'shows the history of a page that has a path'
,
:js
do
expect
(
current_path
).
to
include
(
'one/two/three-test'
)
click_on
(
'Three'
)
first
(
:link
,
text:
'Three'
)
.
click
click_on
(
'Page history'
)
expect
(
current_path
).
to
include
(
'one/two/three-test'
)
...
...
@@ -48,7 +48,7 @@
expect
(
current_path
).
to
include
(
'one/two/three-test'
)
expect
(
find
(
'.wiki-pages'
)).
to
have_content
(
'Three'
)
click_on
(
'Three'
)
first
(
:link
,
text:
'Three'
)
.
click
expect
(
find
(
'.nav-text'
)).
to
have_content
(
'Three'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment