aboutsummaryrefslogtreecommitdiffstats
path: root/tests/selenium/docs/Stack
Commit message (Collapse)AuthorAgeFilesLines
* selenium: Replace Node.js Assert library with WebdriverIO Expect libraryŽeljko Filipin2024-09-192-7/+3
| | | | | | | Assertions from Expect library are more readable that assertions from Assert library. Bug: T325740 Change-Id: I686f39d7ef08085037bc34219c6f55eba9da8dd1
* selenium: Fix docs/Stack/webdriverio.jsŽeljko Filipin2024-09-121-1/+1
| | | | | | | The file was by mistake going to `/Main Page` instead of `Main Page`. Bug: T373125 Change-Id: Ie88dc1c24329aac8f00eb8471eed18165297d42b
* selenium: Fix Main Page should have "Log in" linkŽeljko Filipin2024-09-113-3/+3
| | | | | | | Three tests with that name were by mistake going to `/Main Page` instead of `Main Page`. Bug: T373125 Change-Id: I5936f2c944765f576ab87d899002f7f24116ef44
* selenium: Main page should have "Log in" linkŽeljko Filipin2024-09-113-3/+3
| | | | | | | | | | | | | | Make it explicit that there are three separate tests by expanding test names. Until now, these three tests were doing the same thing, but in a different way. All three tests had the same name. That made it harder to debug if anything went wrong. For example, all three tests created the screenshot file with the same name. Bug: T373125 Change-Id: I53f62186fd4e8ffbe5e93642c933da2493b91896
* selenium: Example code for Selenium/Explanation/StackŽeljko Filipin2024-08-237-0/+126
https://www.mediawiki.org/wiki/Selenium/Explanation/Stack Bug: T368535 Change-Id: Ie1354c94c935551a23a937bb38012c10431c6292