Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
cdac8a6c9c3d
Commit
2c1f8e2d
authored
Dec 31, 2015
by
Valery Sizov
Browse files
Merge branch 'spinach_random_fix' into 'master'
Spinach fix /cc @rspeicher @rdavila See merge request !2263
parents
3290cd27d4fb
23359c1ee371
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/steps/project/issues/award_emoji.rb
View file @
cdac8a6c
...
@@ -24,7 +24,7 @@ class Spinach::Features::AwardEmoji < Spinach::FeatureSteps
...
@@ -24,7 +24,7 @@ class Spinach::Features::AwardEmoji < Spinach::FeatureSteps
page
.
within
'.awards'
do
page
.
within
'.awards'
do
expect
do
expect
do
page
.
find
(
'.award.active'
).
click
page
.
find
(
'.award.active'
).
click
sleep
0.
1
sleep
0.
3
end
.
to
change
{
page
.
all
(
".award"
).
size
}.
from
(
3
).
to
(
2
)
end
.
to
change
{
page
.
all
(
".award"
).
size
}.
from
(
3
).
to
(
2
)
end
end
end
end
...
...
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