From 537894fc598cf31006537fa7c2d0be538736834b Mon Sep 17 00:00:00 2001 From: Jakub Mucha Date: Thu, 6 Oct 2022 01:00:07 +0200 Subject: [PATCH] readme: resolution is not required anymore Signed-off-by: Jakub Mucha --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a0eaafaa..c8aa6ad2d 100644 --- a/README.md +++ b/README.md @@ -272,9 +272,7 @@ codespaces, they're fully supported! :) ## CI tips & tricks - use [docker-e2e](https://github.com/Synthetixio/docker-e2e) -- stick to bigger resolutions (to make sure that whole extension is visible on - screen when opened) - - synpress is tested on 1920x1080 +- synpress is tested and should work on all resolutions, starting from 800x600 - take a look at this [example config](https://github.com/Synthetixio/synpress/blob/dev/.github/workflows/audit_and_lint.yml#L84)