Skip to content

Commit

Permalink
Fixed e2e and bumped node version for e2e to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwarya-tw committed Jan 8, 2024
1 parent 8377c39 commit 744df35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/~reusable_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
required: true

jobs:
node16:
node18:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Install project dependencies
run: npm i
- name: Build packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class TwilioConsole extends Base {

private static _nextBtn = '#email-next';

private static _loginBtn = 'button._button-login-password';
private static _loginBtn = 'button[type=submit]';

assert = {};

Expand Down

0 comments on commit 744df35

Please sign in to comment.