Pro settings e2e
Tests that require changes from Emi to pass:
- it should update the title and headline (browser tab title currently reads 'Home | Minds')
- it should allow the user to set light theme for posts (activities not always showing up on feed)
- it should allow the user to set dark theme for posts (ditto)
Closes #2273
added scoped labels
mentioned in issue engine#1165 (closed)
added 11 commits
-
0a140e7f...559f9503 - 7 commits from branch
master
- 787abfb4 - Merge branch 'master' of gitlab.com:minds/front into pro-settings-e2e-2273
- c9f80d64 - (e2e): test cleanup
- 4f7db1f1 - Merge branch 'master' of gitlab.com:minds/front into pro-settings-e2e-2273
- fd5beff2 - (e2e): fix footer contains error, skip post theme tests for now
Toggle commit list-
0a140e7f...559f9503 - 7 commits from branch
changed the description
unmarked as a Work In Progress
approved this merge request
added scoped label
- Owner
@omadrid getting merge conflicts here
- Developer
@omadrid I'm unable to test and give approval as credentials for
minds_pro_cypress_tests
are required and the password is set to empty string in the config.Edited by Guy Thouret added 23 commits
-
fd5beff2...6ad11c19 - 22 commits from branch
master
- b06cbc0b - Merge branch 'master' of gitlab.com:minds/front into pro-settings-e2e-2273
-
fd5beff2...6ad11c19 - 22 commits from branch
- Developer
@gthouret Ah, yes. To run the tests I've been entering:
cypress/e2e.sh -h http://localhost:8080 -pu minds_pro_cypress_tests -pp p@ssw0rd -p p@ssw0rd -u minds_pro_cypress_tests
(e.g. If you've created test user minds_pro_cypress_tests with password p@ssw0rd)
p.s. I'm not sure how it's supposed to work for regular testing outside of localhost, but that's what I do to get the tests to run. Maybe @benhayward.ben has the official answer?