- [ ] Make auto screenshots more compact (e.g. by using `beforeEach(function ()...` for login) - [ ] Use `.should('be.visible')` instead of hard-coded waiting times - [ ] Check if highlighting is missing - [ ] Check if and which manual screenshots can be automated - [ ] Make sure each article action is cleaned afterward by discarding changes - [ ] TBD
beforeEach(function ()...for login).should('be.visible')instead of hard-coded waiting times