From 6ad5e93d9ed3d9f91e7a795cbee9ea5fc28fedc7 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Mon, 21 Oct 2024 12:33:20 +0300 Subject: [PATCH] feat: add more tests --- .github/workflows/playwright.yml | 5 ++-- .../components/PlaygroundFormContainer.tsx | 1 + tests/inbox.spec.ts | 25 +++++++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9713854..3bf3ab0 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,10 @@ name: Playwright Tests on: push: - branches: [ main, master ] + branches: [ main ] pull_request: - branches: [ main, master ] + schedule: + - cron: '0 * * * *' # Run hourly jobs: test: timeout-minutes: 60 diff --git a/src/app/components/PlaygroundFormContainer.tsx b/src/app/components/PlaygroundFormContainer.tsx index bd90905..5d898e4 100644 --- a/src/app/components/PlaygroundFormContainer.tsx +++ b/src/app/components/PlaygroundFormContainer.tsx @@ -132,6 +132,7 @@ const PlaygroundFormContainer = () => {