✅ (typescript_test.yml): update shard configuration to include 6 shards
✅ (index.tsx): add data-testid attribute to checkbox component ✅ (basicExamples.spec.ts): add waitForSelector for send icon to improve test stability ✅ (chatInputOutputUser.spec.ts): add waitForSelector for send icon to improve test stability ✅ (deleteComponentFlows.spec.ts): add waitForSelector for various elements to improve test stability ✅ (generalBugs.spec.ts): add waitForSelector for send icon to improve test stability
This commit is contained in:
parent
694fa549dd
commit
37af161154
6 changed files with 59 additions and 10 deletions
4
.github/workflows/typescript_test.yml
vendored
4
.github/workflows/typescript_test.yml
vendored
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
shardIndex: [1, 2, 3, 4, 5]
|
||||
shardTotal: [5]
|
||||
shardIndex: [1, 2, 3, 4, 5, 6]
|
||||
shardTotal: [6]
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue