Skip to content

Commit

Permalink
Update config_test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Jun 25, 2023
1 parent 2fd2960 commit 2c1288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acceptance/config_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Scenario('change config 5 @WebDriverIO @Puppeteer @Playwright @Protractor @Night

Scenario('make API call and check response @Playwright', ({ I }) => {
I.amOnPage('/');
I.makeApiRequest('get', 'https://httpbin.org/get');
I.makeApiRequest('get', 'https://reqres.in/api/users?page=2');
I.seeResponseCodeIsSuccessful();
});

Expand Down

0 comments on commit 2c1288b

Please sign in to comment.