Skip to content

Commit

Permalink
PCHR-4098: Update selector for edit my details button
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Verdura committed Aug 6, 2018
1 parent 3318036 commit 04769b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = class SSPMyDetails extends SSP {
*
*/
async showEditMyDetailsPopup () {
await this.puppet.click('[href="/my_details/nojs/view"]');
await this.puppet.click('[href="/edit-my-personal-details/js/view"]');
await this.puppet.waitFor('.modal-civihr-custom__section', { visible: true });
}
};

0 comments on commit 04769b1

Please sign in to comment.