File tree 2 files changed +1
-2
lines changed
test/java/ru/mystamps/web/tests
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 10
10
<suppress checks =" HideUtilityClassConstructor" files =" ru.mystamps.web.entity" />
11
11
<suppress checks =" HideUtilityClassConstructor" files =" ru.mystamps.web.tests.page.element.Form" />
12
12
13
- <suppress checks =" AbstractClassName" files =" ru.mystamps.web.tests.WebDriverFactory" />
14
13
<suppress checks =" AbstractClassName" files =" ru.mystamps.web.tests.cases.WhenAnyUserAtAnyPage" />
15
14
<suppress checks =" AbstractClassName" files =" ru.mystamps.web.tests.cases.WhenAnyUserAtAnyPageWithForm" />
16
15
Original file line number Diff line number Diff line change 20
20
import org .openqa .selenium .WebDriver ;
21
21
import org .openqa .selenium .htmlunit .HtmlUnitDriver ;
22
22
23
- public final class WebDriverFactory {
23
+ public abstract class WebDriverFactory {
24
24
25
25
private static WebDriver driver ;
26
26
You can’t perform that action at this time.
0 commit comments