Skip to content

Commit

Permalink
focus on correct button
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Thornton committed Sep 15, 2020
1 parent 5170280 commit 5368d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/texei/sharingcalc/suspend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ export default class Suspend extends SfdxCommand {
});

await page.click(
"#gmSect > .pbBody > .pbSubsection > .detailList > tbody > .detailRow > td > .btn"
`#gmSect > .pbBody > .pbSubsection > .detailList > tbody > .detailRow > td > input[name="group_suspend"].btn`
);
} else {
await page.click(
"#ep > .pbBody > .pbSubsection > .detailList > tbody > .detailRow > td > .btn"
'#ep > .pbBody > .pbSubsection > .detailList > tbody > .detailRow > td > input[name="rule_suspend"].btn'
);
}

Expand Down

0 comments on commit 5368d33

Please sign in to comment.