diff --git a/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/DashboardTest.java b/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/DashboardTest.java index 9583d36792c76870d274ce3423b40120d7d9456e..195ea0d6beec1be28547ae218c98ee378e337014 100644 --- a/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/DashboardTest.java +++ b/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/DashboardTest.java @@ -735,8 +735,19 @@ public class DashboardTest { testSetUp(); - //AddName(driver, url); - //AddName(); + + AppearedRuleOnDashboard(); + GoToAddRuleFromDashboard(); + FixItButtonOnDashboard(); + GoToMyRulesFromDashboard(); + GoToMyProfileFromDashboard(); + GoToSideDashboardFromDashboard(); + GoToSideRulesFromDashboard(); + GoToSideAddRuleFromDashboard(); + GoToSideOverviewFromDashboard(); + GoToSideAdminFromDashboard(); + GoToSideMyProfileFromDashboard(); + testSetDown(); } diff --git a/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/OverviewTest.java b/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/OverviewTest.java index 6b1d26940624bebeac33fb3a001a5e3a89e52d50..b541bdf07d5d1caa406cb144f1d2e9c101066a03 100644 --- a/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/OverviewTest.java +++ b/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/OverviewTest.java @@ -599,8 +599,14 @@ public class OverviewTest { testSetUp(); - //AddName(driver, url); - //AddName(); + GoToSideDashboardFromOverview(); + GoToSideRulesFromOverview(); + GoToSideAddRuleFromOverview(); + GoToSideOverviewFromOverview(); + GoToSideAdminFromOverview(); + GoToSideMyProfileFromOverview(); + UserButtonFromOverviewTable(); + RulesButtonFromOverviewTable(); testSetDown(); } diff --git a/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/ProfileTest.java b/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/ProfileTest.java index 0948058925edf2aa598f7cb53392c0c8260ee147..df806a8c08722f70dd106a6205f8c3a368ca3ebb 100644 --- a/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/ProfileTest.java +++ b/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/ProfileTest.java @@ -539,8 +539,14 @@ public class ProfileTest { testSetUp(); - //AddName(driver, url); - //AddName(); + GoToAddRuleFromMyProfile(); + GoToMyRulesFromMyProfile(); + GoToDashboardFromMyProfile(); + GoToSideRulesFromMyProfile(); + GoToSideAddRuleFromMyProfile(); + GoToSideOverviewFromMyProfile(); + GoToSideAdminFromMyProfile(); + GoToSideMyProfileFromMyProfile(); testSetDown(); } diff --git a/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/SetupTest.java b/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/SetupTest.java index db98ef262646da0e724a907fa412e62a60ca39bb..210391e90ed4871bbd12fbd80a71476c9b0401fa 100644 --- a/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/SetupTest.java +++ b/Tests/SeleniumJava/FodSelenium/src/test/java/Tests/SetupTest.java @@ -1274,7 +1274,16 @@ public class SetupTest { testSetUp(); OnlyPassword(); - + OnlyNotSavePassword(); + OnlyRouterHost(); + OnlyWrongRouterHost(); + OnlyRouterUser(); + OnlyWrongRouterUser(); + OnlyRouterPassword(); + OnlyNotSaveRouterPassword(); + OnlyTestIP(); + OnlyWrongTestIP(); + GoodData(); testSetDown();