summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-09-30Move enums to constants packagetask-1Mavlushechka
2022-09-29Replace @BeforeSuite and @AfterTest annotations by @BeforeMethod and ↵Mavlushechka
@AfterMethod annotations
2022-09-29Change select(Interest) method parameters to select(List<Interest>) in the ↵Mavlushechka
GamePage class
2022-09-29Move often used config data to variablesMavlushechka
2022-09-29Move locators from the Interest enum to the InterestsForm classMavlushechka
2022-09-29Revert "Remove Browser enum"Mavlushechka
This reverts commit 639bb0e384550436308bfd8a8e8c76ceee64c932.
2022-09-29Rename the LoginCardForm class to LoginFormMavlushechka
2022-09-29Rename the InterestsCardForm class to InterestsFormMavlushechka
2022-09-29Rename the FirstCardForm class to LoginCardFormMavlushechka
2022-09-29Rename the SecondCardForm class to InterestsCardFormMavlushechka
2022-09-29Add isAny() method to the BaseElement classMavlushechka
2022-09-29Remove Browser enumMavlushechka
2022-09-22Solve the 4th test caseMavlushechka
2022-09-22Use the scrollTo() method in the click() method before clicking on the ↵Mavlushechka
element in BaseElement class
2022-09-22Add the scrollTo() protected method to the BaseElement classMavlushechka
2022-09-22Add the scrollTo(WebElement) method to the ActionUtils classMavlushechka
2022-09-22Solve the 3rd test caseMavlushechka
2022-09-22Add checking visibility of an element before finding the element in ↵Mavlushechka
BaseElement class
2022-09-22Change the 1st logging step message form "Go to home page." to "Navigate to ↵Mavlushechka
home page."
2022-09-21Solve the 2nd test caseMavlushechka
2022-09-21Add the isInvisible() method to the BaseElement classMavlushechka
2022-09-21Change webDriverWait.durationOfSeconds config from 3 to 15Mavlushechka
2022-09-21Set 'uniqueElement' and 'name' private fields protectedMavlushechka
2022-09-21Solve TestCase1Mavlushechka
2022-09-21Add clear() method to Field classMavlushechka
2022-09-21Add capitalizeFirstLetter() method to StringUtils classMavlushechka
2022-09-20Add testing frameworkMavlushechka