commit f267d40544bc7790e0dd2d2c72fd64d08e128aaf
parent e0b66dc96a05f1336f418f60bcdd85d9429a8982
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 21 Jan 2022 17:51:40 +0100
Reactivate safari mobile test runs and add guest user to auth.json
Diffstat:
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/e2e/auth.json b/e2e/auth.json
@@ -19,6 +19,22 @@
{
"name": "mainserverUrl",
"value": "https://matrix.art.midnightthoughts.space/_matrix/client"
+ },
+ {
+ "name": "guestaccessToken",
+ "value": "syt_bWF0cml4X2FydF9ndWVzdF8xNjQxMDQ3ODI1NDkz_sHzGkEbUPwgafJZCVqDE_2LrWnQ"
+ },
+ {
+ "name": "guestserverName",
+ "value": "art.midnightthoughts.space"
+ },
+ {
+ "name": "guestuserId",
+ "value": "@matrix_art_guest_1641047825493:art.midnightthoughts.space"
+ },
+ {
+ "name": "guestserverUrl",
+ "value": "https://matrix.art.midnightthoughts.space/_matrix/client"
}
]
}
diff --git a/playwright.config.ts b/playwright.config.ts
@@ -79,12 +79,12 @@ const config: PlaywrightTestConfig = {
...devices['Pixel 5'],
},
},
- /* {
+ {
name: 'Mobile Safari',
use: {
...devices['iPhone 12'],
},
- },*/
+ },
/* Test against branded browsers. */
{