Closed anthonywoo closed 8 years ago
If @selenium.stop throws an error - it'll cause rspec to terminate and potentially cause other around hooks to not run. An example of when an error might occur would be if the VM shutdown because the idle-timeout is reached.
@selenium.stop
around
idle-timeout
If
@selenium.stop
throws an error - it'll cause rspec to terminate and potentially cause otheraround
hooks to not run. An example of when an error might occur would be if the VM shutdown because theidle-timeout
is reached.