feat: profile page sections

Close #233, #261, #267
This commit is contained in:
Thea Schöbl
2022-10-11 16:01:38 +00:00
committed by Jovan Krunić
parent 6b9b1fa854
commit e395e9d270
26 changed files with 923 additions and 236 deletions

View File

@@ -64,3 +64,7 @@ Cypress.on('window:before:load', window => {
throw new Error(message);
});
});
Cypress.on('uncaught:exception', error => {
return !error.message.includes('ResizeObserver loop limit exceeded');
});