]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/angular.json
Fix NSFW filter and add tests
authorChocobozzz <me@florianbigard.com>
Fri, 3 Sep 2021 08:27:04 +0000 (10:27 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 3 Sep 2021 14:35:18 +0000 (16:35 +0200)
commit6d210220be0875d63461829d83c6e3a59d05cf7a
tree60ec5b596ef06295b70ebb553920a39b549e0f13
parent2ede07153ce0282b116345dfee09bff902355a75
Fix NSFW filter and add tests
28 files changed:
client/angular.json
client/e2e/src/po/admin-config.po.ts [new file with mode: 0644]
client/e2e/src/po/login.po.ts
client/e2e/src/po/my-account.ts
client/e2e/src/po/player.po.ts
client/e2e/src/po/video-list.po.ts [new file with mode: 0644]
client/e2e/src/po/video-search.po.ts [new file with mode: 0644]
client/e2e/src/po/video-upload.po.ts
client/e2e/src/po/video-watch.po.ts
client/e2e/src/suites-all/videos.e2e-spec.ts [moved from client/e2e/src/videos.e2e-spec.ts with 86% similarity]
client/e2e/src/suites-local/videos-list.e2e-spec.ts [new file with mode: 0644]
client/e2e/src/types/common.ts [new file with mode: 0644]
client/e2e/src/utils/common.ts [moved from client/e2e/src/utils.ts with 80% similarity]
client/e2e/src/utils/elements.ts [new file with mode: 0644]
client/e2e/src/utils/index.ts [new file with mode: 0644]
client/e2e/src/utils/urls.ts [moved from client/e2e/src/urls.ts with 100% similarity]
client/e2e/tsconfig.json
client/e2e/wdio.browserstack.conf.ts
client/e2e/wdio.local-test.conf.ts [new file with mode: 0644]
client/e2e/wdio.local.conf.ts
client/e2e/wdio.main.conf.ts
client/src/app/core/users/user.service.ts
client/src/app/shared/shared-video-miniature/video-filters-header.component.ts
client/src/app/shared/shared-video-miniature/video-filters.model.ts
client/src/app/shared/shared-video-miniature/videos-list.component.html
scripts/e2e/browserstack.sh
scripts/e2e/local.sh
support/doc/development/tests.md