Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
[BUA-780] Fixing unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Fernando Molina Bocanegra committed Nov 18, 2016
1 parent 7e38e63 commit bd160cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void containerIsStartedWhenFirefoxCapabilitiesAreSupported() {
public void noContainerIsStartedWhenBrowserCapabilityIsAbsent() {
// Browser is absent
Map<String, Object> nonSupportedCapability = new HashMap<>();
nonSupportedCapability.put(CapabilityType.PLATFORM, Platform.WINDOWS);
nonSupportedCapability.put(CapabilityType.PLATFORM, Platform.LINUX);
TestSession testSession = spyProxy.getNewSession(nonSupportedCapability);

Assert.assertNull(testSession);
Expand Down

0 comments on commit bd160cd

Please sign in to comment.