Skip to content

Commit 55ed0fb

Browse files
committed
Merge pull request SeleniumHQ#1014 from chrismohr/fix-rb-edge-capabilities-spec
rb capabilites spec now expects MicrosoftEdge instead of edge Signed-off-by: Titus Fortner <titus.fortner@gmail.com>
2 parents 6d92e12 + 7a414e6 commit 55ed0fb

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)