Skip to content

Commit

Permalink
[rb] turn off remote session id test for local runs
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Mar 1, 2018
1 parent a1d1a2a commit 7f66c20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module WebDriver
expect(caps.page_load_timeout).to be == 300000
expect(caps.script_timeout).to be == 30000

expect(caps.remote_session_id).not_to be_nil
expect(caps.remote_session_id).not_to be_nil if GlobalTestEnv.driver == :remote
end
end

Expand Down

0 comments on commit 7f66c20

Please sign in to comment.