File tree Expand file tree Collapse file tree
java/client/test/org/openqa/selenium Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525import static org .junit .Assert .assertThat ;
2626import static org .openqa .selenium .testing .Driver .CHROME ;
2727import static org .openqa .selenium .testing .Driver .IE ;
28- import static org .openqa .selenium .testing .Driver .REMOTE ;
2928import static org .openqa .selenium .testing .TestUtilities .catchThrowable ;
3029
3130import org .junit .Test ;
@@ -305,7 +304,6 @@ public void testFindingByCssShouldNotIncludeParentElementIfSameTagType() {
305304 }
306305
307306 @ Test
308- @ Ignore (REMOTE )
309307 public void testFindMultipleElements () {
310308 driver .get (pages .simpleTestPage );
311309 WebElement elem = driver .findElement (By .id ("links" ));
@@ -316,7 +314,6 @@ public void testFindMultipleElements() {
316314 }
317315
318316 @ Test
319- @ Ignore (REMOTE )
320317 public void testLinkWithLeadingSpaces () {
321318 driver .get (pages .simpleTestPage );
322319 WebElement elem = driver .findElement (By .id ("links" ));
@@ -326,7 +323,6 @@ public void testLinkWithLeadingSpaces() {
326323 }
327324
328325 @ Test
329- @ Ignore (REMOTE )
330326 public void testLinkWithTrailingSpace () {
331327 driver .get (pages .simpleTestPage );
332328 WebElement elem = driver .findElement (By .id ("links" ));
Original file line number Diff line number Diff line change 3333import static org .openqa .selenium .testing .Driver .IE ;
3434import static org .openqa .selenium .testing .Driver .MARIONETTE ;
3535import static org .openqa .selenium .testing .Driver .PHANTOMJS ;
36- import static org .openqa .selenium .testing .Driver .REMOTE ;
3736import static org .openqa .selenium .testing .Driver .SAFARI ;
3837
3938import org .junit .Before ;
@@ -275,7 +274,6 @@ public void testsShouldNotGetCookiesRelatedToCurrentDomainWithoutLeadingPeriod()
275274 }
276275
277276 @ Test
278- @ Ignore (REMOTE )
279277 public void testShouldBeAbleToIncludeLeadingPeriodInDomainName () throws Exception {
280278 String cookieName = "name" ;
281279 assertCookieIsNotPresentWithName (cookieName );
Original file line number Diff line number Diff line change 2929import static org .openqa .selenium .testing .Driver .HTMLUNIT ;
3030import static org .openqa .selenium .testing .Driver .IE ;
3131import static org .openqa .selenium .testing .Driver .MARIONETTE ;
32- import static org .openqa .selenium .testing .Driver .REMOTE ;
3332import static org .openqa .selenium .testing .Driver .SAFARI ;
3433import static org .openqa .selenium .testing .TestUtilities .catchThrowable ;
3534import static org .openqa .selenium .testing .TestUtilities .isOldIe ;
@@ -677,7 +676,6 @@ public void findsByLinkTextOnXhtmlPage() {
677676 }
678677
679678 @ Test
680- @ Ignore (REMOTE )
681679 public void testLinkWithFormattingTags () {
682680 driver .get (pages .simpleTestPage );
683681 WebElement elem = driver .findElement (By .id ("links" ));
Original file line number Diff line number Diff line change 2525import static org .openqa .selenium .testing .Driver .IE ;
2626import static org .openqa .selenium .testing .Driver .MARIONETTE ;
2727import static org .openqa .selenium .testing .Driver .PHANTOMJS ;
28- import static org .openqa .selenium .testing .Driver .REMOTE ;
2928import static org .openqa .selenium .testing .Driver .SAFARI ;
3029
3130import com .google .common .base .Joiner ;
@@ -163,7 +162,6 @@ public void canUsePACThatOnlyProxiesCertainHosts() throws Exception {
163162 @ Ignore (IE )
164163 @ Ignore (SAFARI )
165164 @ Ignore (PHANTOMJS )
166- @ Ignore (REMOTE )
167165 @ NeedsLocalEnvironment
168166 public void canConfigureProxyWithRequiredCapability () {
169167 Proxy proxyToUse = proxyServer .asProxy ();
@@ -182,7 +180,6 @@ public void canConfigureProxyWithRequiredCapability() {
182180 @ Ignore (IE )
183181 @ Ignore (SAFARI )
184182 @ Ignore (PHANTOMJS )
185- @ Ignore (REMOTE )
186183 @ NeedsLocalEnvironment
187184 public void requiredProxyCapabilityShouldHavePriority () {
188185 ProxyServer desiredProxyServer = new ProxyServer ();
Original file line number Diff line number Diff line change 2222import static org .openqa .selenium .testing .Driver .FIREFOX ;
2323import static org .openqa .selenium .testing .Driver .MARIONETTE ;
2424import static org .openqa .selenium .testing .Driver .PHANTOMJS ;
25- import static org .openqa .selenium .testing .Driver .REMOTE ;
2625import static org .openqa .selenium .testing .Driver .SAFARI ;
2726import static org .openqa .selenium .testing .TestUtilities .catchThrowable ;
2827
3332import org .openqa .selenium .testing .drivers .WebDriverBuilder ;
3433
3534@ RunWith (SeleniumTestRunner .class )
36- @ Ignore (REMOTE )
3735public class SessionHandlingTest {
3836
3937 @ Test
Original file line number Diff line number Diff line change 3030import static org .openqa .selenium .support .ui .ExpectedConditions .alertIsPresent ;
3131import static org .openqa .selenium .testing .Driver .IE ;
3232import static org .openqa .selenium .testing .Driver .MARIONETTE ;
33- import static org .openqa .selenium .testing .Driver .REMOTE ;
3433import static org .openqa .selenium .testing .TestUtilities .catchThrowable ;
3534
3635import org .junit .Rule ;
@@ -168,7 +167,6 @@ public void testShouldThrowNoSuchWindowExceptionOnAnyElementOperationIfAWindowIs
168167 @ NoDriverAfterTest
169168 @ Test
170169 @ Ignore (IE )
171- @ Ignore (REMOTE )
172170 public void testShouldBeAbleToIterateOverAllOpenWindows () {
173171 driver .get (pages .xhtmlTestPage );
174172 String original = driver .getWindowHandle ();
Original file line number Diff line number Diff line change 3131import static org .openqa .selenium .testing .Driver .IE ;
3232import static org .openqa .selenium .testing .Driver .MARIONETTE ;
3333import static org .openqa .selenium .testing .Driver .PHANTOMJS ;
34- import static org .openqa .selenium .testing .Driver .REMOTE ;
3534import static org .openqa .selenium .testing .Driver .SAFARI ;
3635import static org .openqa .selenium .testing .TestUtilities .getEffectivePlatform ;
3736import static org .openqa .selenium .testing .TestUtilities .getIEVersion ;
@@ -150,7 +149,6 @@ public void testControlClickingOnMultiSelectionList() {
150149 @ JavascriptEnabled
151150 @ Test
152151 @ Ignore (IE )
153- @ Ignore (REMOTE )
154152 @ Ignore (PHANTOMJS )
155153 @ Ignore (MARIONETTE )
156154 public void testControlClickingOnCustomMultiSelectionList () {
You can’t perform that action at this time.
0 commit comments