From 6668d890e274990fb62f588e533f8efef7319b7a Mon Sep 17 00:00:00 2001 From: omri zaher Date: Tue, 23 Sep 2025 12:49:18 +0300 Subject: [PATCH] Update resolution dimensions for Selenium tests and add Anthropics API key to environment variables --- .github/workflows/e2e-testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 9a41641c7..d379b4da3 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -206,9 +206,8 @@ jobs: matrix: browser: [chrome, firefox] resolution: - - { name: "desktop", width: 1920, height: 1080 } - - { name: "tablet", width: 1024, height: 768 } - - { name: "mobile", width: 375, height: 667 } + - { name: "desktop", width: 1200, height: 800 } + - { name: "mobile", width: 800, height: 667 } fail-fast: false # Continue other jobs even if one fails name: Test ${{ matrix.browser }} - ${{ matrix.resolution.name }} @@ -262,6 +261,7 @@ jobs: SCREEN_WIDTH: ${{ matrix.resolution.width }} SCREEN_HEIGHT: ${{ matrix.resolution.height }} WEKAN_URL: ${{ secrets.WEKAN_URL }} + ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} run: | pytest tests/