Skip to content

Commit

Permalink
Update helper-export-az-commands.spec.js (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
samaea authored Aug 16, 2023
1 parent cfbe55e commit 7b84692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/.playwrighttests/helper-export-az-commands.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const chk = '+ label > .ms-Checkbox-checkbox > .ms-Checkbox-checkmark' //fluentu

test('test', async ({ page }) => {

await page.goto('http://localhost:3000/AKS-Construction');
await page.goto('http://localhost:3000/AKS-Construction?deploy.getCredentials=false');

//Select the Private Cluster preset
const privateClusterPresetCheckboxSelector='[data-testid="stackops"] > .ms-DocumentCard:nth-child(3) > .ms-DocumentCardDetails > .ms-Checkbox > .ms-Checkbox-label > .ms-Checkbox-checkbox > .ms-Checkbox-checkmark';
Expand Down

0 comments on commit 7b84692

Please sign in to comment.