]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/e2e/src/utils/email.ts
Add E2E client tests for signup approval
authorChocobozzz <me@florianbigard.com>
Thu, 19 Jan 2023 08:30:05 +0000 (09:30 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 19 Jan 2023 12:53:40 +0000 (13:53 +0100)
commit5bdfa604f102a5e51b5152457cd1a16d79177e26
tree878c04cbd3c452c7b45aa39e19abd38bfe691063
parent9589907c89d29a6c0acd52c8cb789af9f93ce9af
Add E2E client tests for signup approval
16 files changed:
client/.gitignore
client/e2e/src/po/admin-config.po.ts
client/e2e/src/po/admin-registration.po.ts [new file with mode: 0644]
client/e2e/src/po/login.po.ts
client/e2e/src/po/signup.po.ts
client/e2e/src/suites-local/signup.e2e-spec.ts
client/e2e/src/utils/elements.ts
client/e2e/src/utils/email.ts [new file with mode: 0644]
client/e2e/src/utils/hooks.ts
client/e2e/src/utils/index.ts
client/e2e/src/utils/mock-smtp.ts [new file with mode: 0644]
client/e2e/src/utils/server.ts
client/e2e/wdio.local-test.conf.ts
client/e2e/wdio.local.conf.ts
client/package.json
client/yarn.lock