We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a6f2f commit ef7d2e6Copy full SHA for ef7d2e6
Samples/JavaScript/.ado/azure-pipelines.yml
@@ -33,7 +33,7 @@ steps:
33
displayName: 'Patch WebDriverIO'
34
inputs:
35
targetType: 'inline'
36
- 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'
37
38
39
- task: WinAppDriver.winappdriver-pipelines-task.winappdriver-pipelines-task.Windows Application Driver@0
0 commit comments