pg: dlc: account linking: mention store, close #180
This commit is contained in:
parent
490c4c0788
commit
d0761dea26
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue