File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
core/src/main/java/eu/tsystems/mms/tic/testframework/exceptions
integration-tests/src/test/java/eu/tsystems/mms/tic/testframework/test/layoutcheck Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class TimeoutException extends java.lang.RuntimeException {
2727 *
2828 */
2929 public TimeoutException () {
30- this ( "Timeout" );
30+ super ( );
3131 }
3232
3333 /**
Original file line number Diff line number Diff line change 2323
2424import eu .tsystems .mms .tic .testframework .AbstractTestSitesTest ;
2525import eu .tsystems .mms .tic .testframework .core .testpage .TestPage ;
26+ import eu .tsystems .mms .tic .testframework .exceptions .TimeoutException ;
2627import eu .tsystems .mms .tic .testframework .layout .LayoutCheck ;
2728import eu .tsystems .mms .tic .testframework .pageobjects .GuiElement ;
2829import eu .tsystems .mms .tic .testframework .pageobjects .LocatorFactoryProvider ;
You can’t perform that action at this time.
0 commit comments