Skip to content

Commit

Permalink
set the output to false for the tests of element api
Browse files Browse the repository at this point in the history
  • Loading branch information
yashPratp983 committed Aug 9, 2023
1 parent d0f988a commit 125d607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/apidemos/elements/testElementGlobal.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('element global demos', function() {

return NightwatchClient.runTests(testsPath, settings({
selenium_host: null,
output: true,
output: false,
skip_testcases_on_fail: false,
globals
}));
Expand Down

0 comments on commit 125d607

Please sign in to comment.