VP
Size: a a a
VP
VP
OK
OK
OK
M
M
DK
DK
O
O
B
VP
m
AK
OK
O
O
O
getAuthToken(){
let cookieValue = cy.getCookie('auth._token.local')
.should('have.property', 'value')
.then((cookie) => {
cookieValue = cookie;
console.log('DEBUG', cookieValue);
});
return cookieValue;
}
O