bahmutov / cypress-movie

Generate movies from your Cypress end-to-end tests
98 stars 10 forks source link

Taking screenshot with toast does not include toast message #115

Open niekvandael opened 2 years ago

niekvandael commented 2 years ago

When taking a screenshot with a toast inside, the screenshot does not include the toast message


            cy.toast(guid + " -- " + i18nvalue, {
              duration: 1000,
              blocking: false,
            })

            cy.screenshot(guid, { 'capture': capture });

image