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:
authorSébastien Adam <sebastien.adam.webdev@gmail.com>2017-08-30 17:43:41 +0300
committerThorsten Claus <thorstenclaus@web.de>2022-08-30 23:55:52 +0300
commit71c856e330a590d71b27ee64793695224fe65dbc (patch)
tree24cfe16206044b4c3d7a088227be987624832a1f /features
parentfa39f7d34839704ec9becb9a13a2351893de0c6c (diff)
#7080: SCSS adaptation for displaying the selection of the aspect selection button
Diffstat (limited to 'features')
-rw-r--r--features/desktop/posts_from_main_page.feature2
-rw-r--r--features/mobile/posts_from_main_page.feature4
2 files changed, 4 insertions, 2 deletions
diff --git a/features/desktop/posts_from_main_page.feature b/features/desktop/posts_from_main_page.feature
index f4be7342b..38e108a8a 100644
--- a/features/desktop/posts_from_main_page.feature
+++ b/features/desktop/posts_from_main_page.feature
@@ -153,7 +153,7 @@ Feature: posting from the main page
And I go to the aspects page
Then I should not see "I am eating a yogurt"
- Scenario: change post target aspects with the aspect-dropdown before posting
+ Scenario: change post target aspects with the aspect_dropdown before posting
When I expand the publisher
And I press the aspect dropdown
And I toggle the aspect "PostingTo"
diff --git a/features/mobile/posts_from_main_page.feature b/features/mobile/posts_from_main_page.feature
index d8aad60b9..5afa1bc3e 100644
--- a/features/mobile/posts_from_main_page.feature
+++ b/features/mobile/posts_from_main_page.feature
@@ -21,7 +21,9 @@ Feature: posting from the mobile main page
Scenario: post and delete some text
Given I visit the mobile publisher page
And I append "I am eating yogurt" to the publisher
- And I select "Unicorns" from "aspect_ids_"
+ And I press the aspect dropdown
+ And I toggle the aspect "Unicorns"
+ And I press the aspect dropdown
And I press "Share"
When I go to the stream page
Then I should see "I am eating yogurt"