aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-05-14 13:59:10 +0200
committerChocobozzz <me@florianbigard.com>2019-05-14 13:59:10 +0200
commitac043122aec60c175cd414dbc1ac5b06a75c761a (patch)
tree122d94c904f63c66481bf498bb27c690a729c398
parent656591660527e8ba48d496c8d6b34598f869ea05 (diff)
downloadPeerTube-ac043122aec60c175cd414dbc1ac5b06a75c761a.tar.gz
PeerTube-ac043122aec60c175cd414dbc1ac5b06a75c761a.tar.zst
PeerTube-ac043122aec60c175cd414dbc1ac5b06a75c761a.zip
Fix e2e tests
-rw-r--r--client/e2e/src/po/video-watch.po.ts2
-rw-r--r--client/e2e/src/videos.e2e-spec.ts2
-rw-r--r--support/doc/development/release.md1
3 files changed, 3 insertions, 2 deletions
diff --git a/client/e2e/src/po/video-watch.po.ts b/client/e2e/src/po/video-watch.po.ts
index 8369e1486..5f61d5668 100644
--- a/client/e2e/src/po/video-watch.po.ts
+++ b/client/e2e/src/po/video-watch.po.ts
@@ -99,6 +99,6 @@ export class VideoWatchPage {
99 } 99 }
100 100
101 async goOnP2PMediaLoaderEmbed () { 101 async goOnP2PMediaLoaderEmbed () {
102 return browser.get('https://peertube2.cpy.re/videos/embed/4b997fc0-e106-42d9-bff9-ae9d64902bbb?mode=p2p-media-loader') 102 return browser.get('https://peertube2.cpy.re/videos/embed/969bf103-7818-43b5-94a0-de159e13de50?mode=p2p-media-loader')
103 } 103 }
104} 104}
diff --git a/client/e2e/src/videos.e2e-spec.ts b/client/e2e/src/videos.e2e-spec.ts
index 7f8ba71b1..25521cad9 100644
--- a/client/e2e/src/videos.e2e-spec.ts
+++ b/client/e2e/src/videos.e2e-spec.ts
@@ -50,7 +50,7 @@ describe('Videos workflow', () => {
50 return pageUploadPage.validSecondUploadStep(videoName) 50 return pageUploadPage.validSecondUploadStep(videoName)
51 }) 51 })
52 52
53 it('Should list the video', async () => { 53 it('Should list videos', async () => {
54 await videoWatchPage.goOnVideosList(isMobileDevice, isSafari) 54 await videoWatchPage.goOnVideosList(isMobileDevice, isSafari)
55 55
56 if (isMobileDevice || isSafari) { 56 if (isMobileDevice || isSafari) {
diff --git a/support/doc/development/release.md b/support/doc/development/release.md
index 1b027faf7..352a1f0d3 100644
--- a/support/doc/development/release.md
+++ b/support/doc/development/release.md
@@ -13,6 +13,7 @@
13 * Check Travis tests are green 13 * Check Travis tests are green
14 * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e` 14 * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e`
15 * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x` 15 * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x`
16 * Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x`
16 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases 17 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases
17 * Update https://peertube3.cpy.re and check it works correctly 18 * Update https://peertube3.cpy.re and check it works correctly
18 * Update all other instances and check it works correctly 19 * Update all other instances and check it works correctly