index
:
a1qa-exam.git
exam
main
Unnamed repository; edit this file 'description' to name the repository.
SelfLearner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
mavlushechka
/
a1qa
/
project
/
pages
Age
Commit message (
Collapse
)
Author
2022-11-16
Move the authorization logic to the BrowserUtils class
exam
Mavlushechka
2022-11-16
Add getProjectId(String projectName) to the ProjectsPage class
Mavlushechka
2022-11-16
Move elements and locators to class fields
Mavlushechka
2022-11-16
Remove all unnecessary spaces from xpaths
Mavlushechka
2022-11-03
Check that the number of testes is greater than 5, instead of checking that ↵
Mavlushechka
it is not 0
2022-11-03
Replace the Project project parameter with the String projectName in the ↵
Mavlushechka
openProject() method of the ProjectsPage class
2022-11-03
Add getProjects() method to the ProjectsPage class
Mavlushechka
2022-11-03
Add String projectName parameter to the isProjectSaved() method in the ↵
Mavlushechka
AddProjectPage class
2022-11-03
Add AddProjectPage class
Mavlushechka
2022-11-03
Add clickOnAddButton() method to the ProjectsPage class
Mavlushechka
2022-11-03
Add TestsPage class
Mavlushechka
2022-11-03
Add getVersion() method to the ProjectsPage class
Mavlushechka
2022-11-03
User StringUtils.removeHttpProtocol(String url) method instead of custom ↵
Mavlushechka
implementation
2022-11-03
Solve the 3rd step of the TestCase1 test case
Mavlushechka
2022-11-03
Solve the 2nd step of the TestCase1 test case
Mavlushechka