Skip to content

feat(frontend): replace administration protractor tests with administration cypress tests

This issue consist in replace protractor test with cypress test and delete protractor test.

protractor (4-administration.e2e-spec.ts) cypress (administration.e2e-spec.ts)
'should open the administration page' l 33 'should open the administration page' l 40
'should open edit user' l55 seems to be useless and can be contain in 'should edit a user' l 609
'should close and clear on cancel' l87 'should close and clear on cancel' l 167
'should add and delete a user' l 104 'should add a user' l 379 && 'should delete a user' l 425
'should edit a user' l 150 'should edit a user' l 609
'should not be visible to non-admin' l 182 'should not be visible to non-admin' l 1232
'should show a warning to non-admin' l 188 'should show a warning to non-admin' l 1238

Merge request reports