index
:
vk-api-testing.git
main
task-1
task-2
task-3
task-4
task-5
testing-framework
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
Age
Commit message (
Expand
)
Author
2022-09-30
Move enums to constants package
task-1
Mavlushechka
2022-09-29
Replace @BeforeSuite and @AfterTest annotations by @BeforeMethod and @AfterMe...
Mavlushechka
2022-09-29
Change select(Interest) method parameters to select(List<Interest>) in the Ga...
Mavlushechka
2022-09-29
Move often used config data to variables
Mavlushechka
2022-09-29
Move locators from the Interest enum to the InterestsForm class
Mavlushechka
2022-09-29
Revert "Remove Browser enum"
Mavlushechka
2022-09-29
Rename the LoginCardForm class to LoginForm
Mavlushechka
2022-09-29
Rename the InterestsCardForm class to InterestsForm
Mavlushechka
2022-09-29
Rename the FirstCardForm class to LoginCardForm
Mavlushechka
2022-09-29
Rename the SecondCardForm class to InterestsCardForm
Mavlushechka
2022-09-29
Add isAny() method to the BaseElement class
Mavlushechka
2022-09-29
Remove Browser enum
Mavlushechka
2022-09-22
Solve the 4th test case
Mavlushechka
2022-09-22
Use the scrollTo() method in the click() method before clicking on the elemen...
Mavlushechka
2022-09-22
Add the scrollTo() protected method to the BaseElement class
Mavlushechka
2022-09-22
Add the scrollTo(WebElement) method to the ActionUtils class
Mavlushechka
2022-09-22
Solve the 3rd test case
Mavlushechka
2022-09-22
Add checking visibility of an element before finding the element in BaseEleme...
Mavlushechka
2022-09-22
Change the 1st logging step message form "Go to home page." to "Navigate to h...
Mavlushechka
2022-09-21
Solve the 2nd test case
Mavlushechka
2022-09-21
Add the isInvisible() method to the BaseElement class
Mavlushechka
2022-09-21
Change webDriverWait.durationOfSeconds config from 3 to 15
Mavlushechka
2022-09-21
Set 'uniqueElement' and 'name' private fields protected
Mavlushechka
2022-09-21
Solve TestCase1
Mavlushechka
2022-09-21
Add clear() method to Field class
Mavlushechka
2022-09-21
Add capitalizeFirstLetter() method to StringUtils class
Mavlushechka
2022-09-20
Add testing framework
Mavlushechka