VS
Зацените бекграунд (покликайте на шестигранники)
Size: a a a
VS
EK
VS
A
VS
A
A
DM
DM
EV
this
? https://pastebin.com/cBdKaBAADM
DM
DM
NK
it(testName, () => {
cy.visit('/my-page');
cy.get('body').matchImageSnapshot();
});
<div class="test-page">
<component :is="$route.query.component" />
</div>
BS
it(testName, () => {
cy.visit('/my-page');
cy.get('body').matchImageSnapshot();
});
<div class="test-page">
<component :is="$route.query.component" />
</div>
VM
DM
SS