diff --git a/duplicationfile.java b/duplicationfile.java index 820c2d7..cda4847 100644 --- a/duplicationfile.java +++ b/duplicationfile.java @@ -47,6 +47,27 @@ public void tc03setUp() { Authentication authentication = new Authentication(driver, testEnvironment); Homepage homepage = new Homepage(driver, testEnvironment); + homepage.landingPage(); + authentication.login(LoginMethod.BITBUCKET, testEnvironment.email(), testEnvironment.password(), Optional.empty()); + } + public void tc03setUp() { + Authentication authentication = new Authentication(driver, testEnvironment); + Homepage homepage = new Homepage(driver, testEnvironment); + + homepage.landingPage(); + authentication.login(LoginMethod.BITBUCKET, testEnvironment.email(), testEnvironment.password(), Optional.empty()); + } + public void tc03setUp() { + Authentication authentication = new Authentication(driver, testEnvironment); + Homepage homepage = new Homepage(driver, testEnvironment); + + homepage.landingPage(); + authentication.login(LoginMethod.BITBUCKET, testEnvironment.email(), testEnvironment.password(), Optional.empty()); + } + public void tc03setUp() { + Authentication authentication = new Authentication(driver, testEnvironment); + Homepage homepage = new Homepage(driver, testEnvironment); + homepage.landingPage(); authentication.login(LoginMethod.BITBUCKET, testEnvironment.email(), testEnvironment.password(), Optional.empty()); }