Fix: Embed Tests - Handle superfast switching to next month bug (#2929)

* Wait for more time for next month dates to fully render

* Add comments

* Wait for rendering of current month as well

* Fix retries

* Fix speed issue with non embed tests asw ell
This commit is contained in:
Hariom Balhara
2022-05-31 09:32:41 +00:00
committed by GitHub
parent 7d2c0ab405
commit 514cff7b3c
4 changed files with 33 additions and 10 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
name: E2E test - embed
name: E2E test
on:
push:
branches: [ tests/ci-embed ]
pull_request_target: # So we can test on forks
branches:
- main
@@ -18,7 +16,7 @@ on:
jobs:
test:
timeout-minutes: 20
name: Testing Embeds
name: Embed and booking flow(for non-embed as well)
strategy:
matrix:
node: ["14.x"]