Skip to content

Commit

Permalink
update Patch WebDriverIO
Browse files Browse the repository at this point in the history
  • Loading branch information
licanhua committed Oct 2, 2019
1 parent f4a6f2f commit ef7d2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/JavaScript/.ado/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:
displayName: 'Patch WebDriverIO'
inputs:
targetType: 'inline'
script: '((Get-Content -path node_modules/webdriver/build/utils.js -Raw) -replace "if \(!body .*","if (!body) {") | Set-Content -Path node_modules/webdriver/build/utils.js'
script: '((Get-Content -path Samples/JavaScript/node_modules/webdriver/build/utils.js -Raw) -replace "if \(!body .*","if (!body) {") | Set-Content -Path Samples/JavaScript/node_modules/webdriver/build/utils.js'


- task: WinAppDriver.winappdriver-pipelines-task.winappdriver-pipelines-task.Windows Application Driver@0
Expand Down

0 comments on commit ef7d2e6

Please sign in to comment.