Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | selenium: Replace Node.js Assert library with WebdriverIO Expect library | Željko Filipin | 2024-09-19 | 2 | -7/+3 |
| | | | | | | | Assertions from Expect library are more readable that assertions from Assert library. Bug: T325740 Change-Id: I686f39d7ef08085037bc34219c6f55eba9da8dd1 | ||||
* | selenium: Fix Main Page should have "Log in" link | Željko Filipin | 2024-09-11 | 2 | -2/+2 |
| | | | | | | | 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 Filipin | 2024-09-11 | 3 | -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 Filipin | 2024-08-23 | 3 | -0/+56 |
https://www.mediawiki.org/wiki/Selenium/Explanation/Stack Bug: T368535 Change-Id: Ie1354c94c935551a23a937bb38012c10431c6292 |