File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
integration-tests/src/test/java/eu/tsystems/mms/tic/testframework/playground Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 2424import eu .tsystems .mms .tic .testframework .AbstractTestSitesTest ;
2525import eu .tsystems .mms .tic .testframework .constants .Browsers ;
2626import eu .tsystems .mms .tic .testframework .core .pageobjects .testdata .PageWithExistingElement ;
27- import eu .tsystems .mms .tic .testframework .core .pageobjects .testdata .PageWithNotExistingElement ;
2827import eu .tsystems .mms .tic .testframework .pageobjects .UiElement ;
2928import eu .tsystems .mms .tic .testframework .pageobjects .UiElementFinder ;
3029import eu .tsystems .mms .tic .testframework .report .model .context .SessionContext ;
3130import eu .tsystems .mms .tic .testframework .testing .PageFactoryProvider ;
32- import eu .tsystems .mms .tic .testframework .testing .TesterraTest ;
3331import eu .tsystems .mms .tic .testframework .testing .UiElementFinderFactoryProvider ;
3432import eu .tsystems .mms .tic .testframework .useragents .ChromeConfig ;
3533import eu .tsystems .mms .tic .testframework .useragents .FirefoxConfig ;
@@ -115,7 +113,6 @@ public void testFirefoxExtension() throws Exception {
115113 options .addExtensions (chromeExtensionFile );
116114 });
117115
118-
119116// File firefoxExtensionFile = new File(Objects.requireNonNull(Thread.currentThread().getContextClassLoader().getResource("testfiles/simple_translate-2.8.1.xpi")).getFile());
120117 File firefoxExtensionFile = new File (Objects .requireNonNull (Thread .currentThread ().getContextClassLoader ().getResource ("testfiles/i_dont_care_about_cookies-3.4.6.xpi" )).getFile ());
121118
You can’t perform that action at this time.
0 commit comments