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:
authorJanakas <janakas@coding4.coffee>2018-01-03 08:52:04 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-01-05 05:45:54 +0300
commitd150a6b2af1ecc857cd3565d332722849836ba45 (patch)
tree9a2c9b01b77b9ce5f63d598b97517c1bcac3674f /features
parentc135ace40710f3c4a9f87013496cc301e0ae1fef (diff)
Fix invite link on /contacts
closes #7690
Diffstat (limited to 'features')
-rw-r--r--features/desktop/invitations.feature6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/desktop/invitations.feature b/features/desktop/invitations.feature
index f01e194e3..75a5758ed 100644
--- a/features/desktop/invitations.feature
+++ b/features/desktop/invitations.feature
@@ -36,13 +36,13 @@ Feature: Invitations
And I log out
And I sign in as "alice@alice.alice"
And I click on "Invite your friends" navbar title
- And I click on selector "#invitations-button"
+ And I click on selector ".invitations-button"
Then I should see one less invite
Scenario: sends an invitation from the sidebar
When I sign in as "alice@alice.alice"
And I click on "Invite your friends" navbar title
- And I click on selector "#invitations-button"
+ And I click on selector ".invitations-button"
And I fill in the following:
| email_inviter_emails | alex@example.com |
And I press "Send an invitation"
@@ -67,7 +67,7 @@ Feature: Invitations
When I sign in as "alice@alice.alice"
And I search for "test"
Then I should see "Users matching test" within "#search_title"
- When I click on selector "#invitations-button"
+ When I click on selector ".invitations-button"
And I fill in the following:
| email_inviter_emails | alex@example.com |
And I press "Send an invitation"