Skip to content

Commit

Permalink
modificaciones en modified: .github/workflows/openvidu-react-tutorial…
Browse files Browse the repository at this point in the history
….yml

	modified:   .github/workflows/openvidu-vue-tutorial.yml	modified:   tests/openvidu-recording-node-tutorial.spec.js
  • Loading branch information
IsmailJniah committed Apr 23, 2024
1 parent da4176b commit a3e8e0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm install
node index.js > ../results/logs/server_aplication.log 2>&1 &
- name: Configurar Node.js
- name: set up Node.js
uses: actions/[email protected]
with:
node-version: 16
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openvidu-vue-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
npm install
node index.js > ../results/logs/server_aplication.log 2>&1 &
- name: Configurar Node.js
uses: actions/setup-node@v2
- name: set up Node.js
uses: actions/setup-node@v4.0.0
with:
node-version: 16

Expand Down
2 changes: 1 addition & 1 deletion tests/openvidu-recording-node-tutorial.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test('Checking for the presence of two active webcams in an OpenVidu session', a
await page1.screenshot({ path: '../results/screenshots/page1_screenshot.png' });

// Navigate to a specific URL on the second page.
await page2.goto('http://localhost:5000');
await page2.goto('https://localhost:5000');

// Perform actions on the second page.
await page2.click('#join-btn');
Expand Down

0 comments on commit a3e8e0c

Please sign in to comment.