Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2018-02-26 01:03:17 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-02-26 01:03:17 +0300
commit198dddd69e9264f1fefda1f49964a665aabc6a2e (patch)
treec102dad99ae1e08c443937c3f894cebc933ae2dd /features
parentab903af80be395a5c4e5bfd10f19bd1f4a3183f2 (diff)
parent9fa254b898cfc8d21128b6ac9d6056960329ba4d (diff)
Merge branch 'next-minor' into develop
Diffstat (limited to 'features')
-rw-r--r--features/desktop/media-embed.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/desktop/media-embed.feature b/features/desktop/media-embed.feature
index 07efef81d..6df7da211 100644
--- a/features/desktop/media-embed.feature
+++ b/features/desktop/media-embed.feature
@@ -13,10 +13,10 @@ Feature: oembed
And I sign in as "alice@alice.alice"
Scenario: Post a video link
- When I click the publisher and post "[title](http://example.com/file.ogv)"
+ When I click the publisher and post "[title](https://example.com/file.ogv)"
Then I should see a HTML5 video player
Scenario: Post an audio link
- When I click the publisher and post "[title](http://example.com/file.ogg)"
+ When I click the publisher and post "[title](https://example.com/file.ogg)"
Then I should see a HTML5 audio player