Skip to content
Snippets Groups Projects
Commit c88ca797 authored by David Schmitz's avatar David Schmitz
Browse files

Merge remote-tracking branch 'gngitlab/python3_selenium' into python3

parents bee7a474 075cad65
Branches
No related tags found
No related merge requests found
...@@ -735,8 +735,19 @@ public class DashboardTest { ...@@ -735,8 +735,19 @@ public class DashboardTest {
testSetUp(); testSetUp();
//AddName(driver, url);
//AddName(); AppearedRuleOnDashboard();
GoToAddRuleFromDashboard();
FixItButtonOnDashboard();
GoToMyRulesFromDashboard();
GoToMyProfileFromDashboard();
GoToSideDashboardFromDashboard();
GoToSideRulesFromDashboard();
GoToSideAddRuleFromDashboard();
GoToSideOverviewFromDashboard();
GoToSideAdminFromDashboard();
GoToSideMyProfileFromDashboard();
testSetDown(); testSetDown();
} }
......
...@@ -599,8 +599,14 @@ public class OverviewTest { ...@@ -599,8 +599,14 @@ public class OverviewTest {
testSetUp(); testSetUp();
//AddName(driver, url); GoToSideDashboardFromOverview();
//AddName(); GoToSideRulesFromOverview();
GoToSideAddRuleFromOverview();
GoToSideOverviewFromOverview();
GoToSideAdminFromOverview();
GoToSideMyProfileFromOverview();
UserButtonFromOverviewTable();
RulesButtonFromOverviewTable();
testSetDown(); testSetDown();
} }
......
...@@ -539,8 +539,14 @@ public class ProfileTest { ...@@ -539,8 +539,14 @@ public class ProfileTest {
testSetUp(); testSetUp();
//AddName(driver, url); GoToAddRuleFromMyProfile();
//AddName(); GoToMyRulesFromMyProfile();
GoToDashboardFromMyProfile();
GoToSideRulesFromMyProfile();
GoToSideAddRuleFromMyProfile();
GoToSideOverviewFromMyProfile();
GoToSideAdminFromMyProfile();
GoToSideMyProfileFromMyProfile();
testSetDown(); testSetDown();
} }
......
...@@ -1274,7 +1274,16 @@ public class SetupTest { ...@@ -1274,7 +1274,16 @@ public class SetupTest {
testSetUp(); testSetUp();
OnlyPassword(); OnlyPassword();
OnlyNotSavePassword();
OnlyRouterHost();
OnlyWrongRouterHost();
OnlyRouterUser();
OnlyWrongRouterUser();
OnlyRouterPassword();
OnlyNotSaveRouterPassword();
OnlyTestIP();
OnlyWrongTestIP();
GoodData();
testSetDown(); testSetDown();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment