summaryrefslogtreecommitdiff
path: root/src/main/java/com/mavlushechka/a1qa/pages
AgeCommit message (Expand)Author
2022-10-17Replace notExists() method with postExists()Mavlushechka
2022-10-17Use == for integers instead of Objects.equals(Object, Object)Mavlushechka
2022-10-17Rename contains(Comment), contains(Post) and notContains(Post) methods to con...Mavlushechka
2022-10-07Solve 1st test caseMavlushechka
2022-09-22Set 'uniqueElement' and 'name' private fields protected in BaseForm classMavlushechka
2022-09-20Add testing frameworkMavlushechka