Код: Выделить всё
await expect(page.locator('#contract')).toMatchAriaSnapshot(`
- dialog:
- document:
- heading "Add" [level=5]
- button "Close"
- text: "` + (error["login"] ?? "") + messages["login"] + ` *"
- textbox
`);
< /code>
Но иногда это потребует цитаты, и в другой раз, это не так. Это приведет к этому: < /p>
- - text: "Identifiant *"
+ - text: Identifiant *
Код: Выделить всё
Error: expect.toMatchAriaSnapshot: Nested mappings are not allowed in compact mappings at line 13, column 13:
- text: Missing information. Error code : A-002 Identifiant *
^
Подробнее здесь: https://stackoverflow.com/questions/796 ... a-snapshot