Skip to content

Commit

Permalink
Merge pull request #2296 from AdaptiveConsulting/chore/5615-serialise…
Browse files Browse the repository at this point in the history
…-web-openfin-e2e

chore: Serialise web and openfin e2e tests execution
  • Loading branch information
stephan-thibodeau authored Oct 18, 2023
2 parents d54986d + 970f5bf commit cb80227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:

openfin-end-to-end-test-fx:
name: Openfin e2e test - FX
needs: build
needs: web-end-to-end-test
runs-on: windows-latest

steps:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:

openfin-end-to-end-test-credit:
name: Openfin e2e test - Credit
needs: build
needs: web-end-to-end-test
runs-on: windows-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion packages/client/e2e/credit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ test.describe("Credit", () => {

await sellSidePage.waitForSelector("text=New RFQ")

await sellSidePage.getByTestId("price-input").fill("100")
await sellSidePage.getByTestId("price-input").pressSequentially("100")

await sellSidePage.keyboard.press("Enter")

Expand Down

0 comments on commit cb80227

Please sign in to comment.