bdd: Use a fresh instance for :stop test.
This hopefully makes it more stable on Travis on OS X.
This commit is contained in:
parent
39def173ca
commit
4fa32bd0cd
@ -151,6 +151,7 @@ Feature: Various utility commands.
|
|||||||
# :stop
|
# :stop
|
||||||
|
|
||||||
Scenario: :stop
|
Scenario: :stop
|
||||||
|
Given I have a fresh instance
|
||||||
# We can't use "When I open" because we don't want to wait for load
|
# We can't use "When I open" because we don't want to wait for load
|
||||||
# finished
|
# finished
|
||||||
When I run :open http://localhost:(port)/custom/redirect-later?delay=2
|
When I run :open http://localhost:(port)/custom/redirect-later?delay=2
|
||||||
|
Loading…
Reference in New Issue
Block a user