matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit ac56726791746f5ed1e45bf7486ea94684594722
parent 5d92fb79667f48ff968658df3189b0d5c669cee2
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri,  7 Jan 2022 02:56:51 +0100

Disable mobile safari tests. They break while the page on an actual device looks mostly fine.

Diffstat:
Mplaywright.config.ts | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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. */ {