Skip to content

Commit

Permalink
pg: dlc: account linking: mention store, close #180
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Aug 17, 2023
1 parent 490c4c0 commit d0761de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime-gaming.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ try {
const linkAccountModal = page.locator('[data-a-target="LinkAccountModal"]');
const linkAccountButton = linkAccountModal.locator('[data-a-target="LinkAccountButton"]');
if (await linkAccountButton.count()) {
console.error(' Missing account linking:', await linkAccountButton.innerText());
console.error(' Missing account linking:', await linkAccountButton.getAttribute('aria-label'));
} else if(await page.locator('text=Link game account').count()) { // epic-games only?
console.error(' Missing account linking:', await page.locator('button[data-a-target="gms-cta"]').innerText());
} else {
Expand Down

0 comments on commit d0761de

Please sign in to comment.