| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-02-26 | Fix account history test | David Göransson | 1 | -0/+5 | |
| 2026-02-26 | Fix login test regression | David Göransson | 1 | -3/+2 | |
| The test suite looks for the next button after the login textfield, this caused it to find the hide/show input button instead. We now try to find the login button based on a test tag instead. | |||||
| 2026-02-17 | Use MullvadListItem in SelectLocationScreen | Kalle Lindström | 1 | -2/+4 | |
| 2026-02-02 | Rename daemon-grpc to grpc | David Göransson | 1 | -1/+1 | |
| 2026-01-08 | Increase stability for server ip override test | Jonatan Rhodin | 1 | -0/+3 | |
| 2026-01-07 | Improve baseline user journey | Jonatan Rhodin | 2 | -0/+10 | |
| 2025-12-22 | Increase timeout for server ip override test | David Göransson | 1 | -6/+1 | |
| 2025-12-22 | Attempt to make server ip overrides test less flaky | Jonatan Rhodin | 2 | -0/+7 | |
| 2025-12-18 | Fix wireguard obfuscation off e2e test | Jonatan Rhodin | 1 | -1/+5 | |
| 2025-12-16 | Add device ipv6 test | Jonatan Rhodin | 3 | -7/+22 | |
| 2025-12-10 | Use grpc to set settings | David Göransson | 2 | -10/+38 | |
| 2025-12-10 | Add test to check that automatic uses all obfuscations | Jonatan Rhodin | 3 | -2/+21 | |
| 2025-12-10 | Add new Anti-censorship sub setting group | Kalle Lindström | 5 | -46/+132 | |
| 2025-12-05 | Implement new design for settings and subviews | Jonatan Rhodin | 2 | -17/+21 | |
| 2025-12-05 | Fix stale object exception for server override test | Jonatan Rhodin | 1 | -0/+10 | |
| 2025-12-03 | Fix server ip override flakiness | Jonatan Rhodin | 2 | -0/+17 | |
| 2025-12-03 | Update login text to log in | David Göransson | 1 | -1/+1 | |
| 2025-12-03 | Add server ip overrides mock api test | Jonatan Rhodin | 8 | -0/+175 | |
| 2025-12-01 | Add mock api tests for recents | Kalle Lindström | 5 | -4/+77 | |
| 2025-12-01 | Add test for in-tunnel Ipv6 | David Göransson | 2 | -0/+15 | |
| 2025-11-20 | Update create account string | David Göransson | 1 | -1/+1 | |
| 2025-11-12 | Add wireguard custom port test | Jonatan Rhodin | 3 | -9/+57 | |
| 2025-11-11 | Use :test:common module in baseline profile module | Kalle Lindström | 2 | -8/+9 | |
| 2025-10-09 | Implement LWO on android | Jonatan Rhodin | 1 | -0/+9 | |
| 2025-09-03 | Add connection test for QUIC | David Göransson | 2 | -0/+17 | |
| 2025-08-19 | Update ui automator | Jonatan Rhodin | 1 | -2/+5 | |
| 2025-08-19 | Fix failing e2e tests | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-07-31 | Fix tests failing when the notification allowed dialog is not shown | Jonatan Rhodin | 2 | -32/+5 | |
| 2025-07-29 | Check for both tag and name in location cells for e2e tests | David Göransson | 1 | -1/+6 | |
| 2025-07-10 | Add e2e test for Google play purchases | David Göransson | 2 | -0/+29 | |
| 2025-07-04 | Remove waitForStable workaround | David Göransson | 3 | -18/+4 | |
| 2025-05-22 | Add Post quantum connection test | Jonatan Rhodin | 2 | -0/+19 | |
| 2025-05-19 | Add API blocked e2e connection test | Kalle Lindström | 1 | -0/+21 | |
| 2025-05-13 | Catch nullpointer | David Göransson | 3 | -4/+18 | |
| 2025-05-13 | Avoid waiting for stable when active window is switched | David Göransson | 2 | -16/+8 | |
| NullPointerException was probably caused by the active window being changing while we called `waitForStableInActiveWindow`. | |||||
| 2025-05-12 | Convert all test to use Page pattern | David Göransson | 10 | -165/+136 | |
| Converts all our last test to use the Page object pattern and clean up a bunch of old MockApi and E2E test logic. | |||||
| 2025-05-09 | Add waitForStable between on each page | David Göransson | 1 | -1/+6 | |
| 2025-05-09 | Fix flaky device management test | David Göransson | 2 | -0/+22 | |
| The device mangement test would fail because it expect the device to be removed however it was in a loading state while API request was being made. This commit allows it to be visible intiailly (loading) and then expects it to be removed. | |||||
| 2025-05-09 | Add device management page | David Göransson | 1 | -0/+20 | |
| 2025-05-07 | Fix test tag mismatch | David Göransson | 1 | -3/+3 | |
| 2025-04-30 | Move all test tags to new lib.ui.tag module | Kalle Lindström | 7 | -57/+45 | |
| 2025-04-04 | Add shadowsocks obfuscation e2e test | Kalle Lindström | 5 | -27/+102 | |
| 2025-03-07 | Offer to store accout number in password manager | David Göransson | 1 | -0/+11 | |
| 2025-01-13 | Add leak test for when VPN settings change | Niklas Berglund | 7 | -27/+87 | |
| 2024-12-13 | Migrate remaining e2e tests to POP | Niklas Berglund | 7 | -1/+81 | |
| 2024-12-06 | Migrate ConnectionTest e2e tests to use POP | Niklas Berglund | 8 | -9/+224 | |
| 2024-12-03 | Implement UDP-over-TCP e2e test and firewall API client | Niklas Berglund | 2 | -2/+5 | |
| 2024-12-03 | Implement basic of page object pattern | Niklas Berglund | 4 | -0/+93 | |
| 2024-11-18 | Fix flaky removal of VPN profiles | David Göransson | 1 | -2/+7 | |
| 2024-11-18 | Update ForgetAllVpnApps to handle hard-coded VPN profiles | David Göransson | 2 | -9/+30 | |
