summaryrefslogtreecommitdiff
path: root/src/main/java/com/mavlushechka/a1qa/project/pages/ProjectsPage.java
AgeCommit message (Expand)Author
2022-11-16Move the authorization logic to the BrowserUtils classexamMavlushechka
2022-11-16Add getProjectId(String projectName) to the ProjectsPage classMavlushechka
2022-11-16Move elements and locators to class fieldsMavlushechka
2022-11-16Remove all unnecessary spaces from xpathsMavlushechka
2022-11-03Replace the Project project parameter with the String projectName in the open...Mavlushechka
2022-11-03Add getProjects() method to the ProjectsPage classMavlushechka
2022-11-03Add clickOnAddButton() method to the ProjectsPage classMavlushechka
2022-11-03Add getVersion() method to the ProjectsPage classMavlushechka
2022-11-03User StringUtils.removeHttpProtocol(String url) method instead of custom impl...Mavlushechka
2022-11-03Solve the 3rd step of the TestCase1 test caseMavlushechka
2022-11-03Solve the 2nd step of the TestCase1 test caseMavlushechka