Skip to content

Commit 7a414e6

Browse files
committed
rb capabilites spec now expects MicrosoftEdge instead of edge
Update spec for fix to #1002, which changed the browser_name from "edge" to "MicrosoftEdge".
1 parent 6d92e12 commit 7a414e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/unit/selenium/webdriver/remote/capabilities_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module Remote
3737

3838
it "has default capabilities for Edge" do
3939
caps = Capabilities.edge
40-
caps.browser_name.should == "edge"
40+
caps.browser_name.should == "MicrosoftEdge"
4141
end
4242

4343
it "has default capabilities for Firefox" do

0 commit comments

Comments
 (0)