pg: dlc: account linking: mention store, close #180

This commit is contained in:
Ralf Vogler 2023-08-17 16:37:05 +02:00
parent 490c4c0788
commit d0761dea26

View file

@ -330,7 +330,7 @@ try {
const linkAccountModal = page.locator('[data-a-target="LinkAccountModal"]'); const linkAccountModal = page.locator('[data-a-target="LinkAccountModal"]');
const linkAccountButton = linkAccountModal.locator('[data-a-target="LinkAccountButton"]'); const linkAccountButton = linkAccountModal.locator('[data-a-target="LinkAccountButton"]');
if (await linkAccountButton.count()) { 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? } 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()); console.error(' Missing account linking:', await page.locator('button[data-a-target="gms-cta"]').innerText());
} else { } else {