var error_message_all = `  FAIL  e2e-test/product-edition.e2e.spec.js (5.036 s)
Pizzeria product edition
  ✕ given a modal form with edited fields when it is closed with the close button then no changes are made to the product (4526 ms)

● Pizzeria product edition › given a modal form with edited fields when it is closed with the close button then no changes are made to the product

  Error: failed to find element matching selector ".card-container"

    72 |
    73 |         // await page.waitForSelector('.card-container')
  > 74 |         const originalProductCard = await page.$eval('.card-container', element => element.innerHTML)
       |                                     ^
    75 |         
    76 |         await page.waitForSelector(editProductButtonSelector)
    77 |         await page.click(editProductButtonSelector)

    at ElementHandle.$eval (node_modules/puppeteer/src/common/JSHandle.ts:918:13)
    at Object.<anonymous> (e2e-test/product-edition.e2e.spec.js:74:37)

Test Suites: 1 failed, 1 total
Tests:       1 failed, 1 total
Snapshots:   0 total
Time:        5.576 s, estimated 6 s
Ran all test suites matching /.\/e2e-test\/product-edition.e2e.spec.js/i.`