diff --git a/pages/API/show-toast/show-toast.test.js b/pages/API/show-toast/show-toast.test.js index 9e868fd6ebf587c4b3093f1c398a46154da716ef..b68cb65fde4f7a06887df10ff7723367e5720b02 100644 --- a/pages/API/show-toast/show-toast.test.js +++ b/pages/API/show-toast/show-toast.test.js @@ -49,7 +49,7 @@ describe('API-toast', () => { const iconText = await icons[i].text() await page.callMethod('toast1Tap') await page.waitFor(100); - await toScreenshot(`${iconText}`) + await toScreenshot(`${iconText}-toast`) } }) @@ -83,7 +83,7 @@ describe('API-toast', () => { const positionsText = await positions[i].attribute('value') await page.callMethod('toast2Tap') await page.waitFor(100); - await toScreenshot(`position-${positionsText}`) + await toScreenshot(`toast-position-${positionsText}`) } })