diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-12-31 16:04:07 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-01-13 11:34:58 -0500 |
commit | 8086b2bd2ecb0ff647da766c436eda47b7434599 (patch) | |
tree | 09d202981c18f3977b36c6af280d688b7a3aaadb /features/admin | |
parent | 12903762d15cef256f579b1ddb692a0254cace52 (diff) | |
download | gitlab-ce-8086b2bd2ecb0ff647da766c436eda47b7434599.tar.gz |
Simplify BroadcastMessage factory
Also make the feature tests less brittle.
Diffstat (limited to 'features/admin')
-rw-r--r-- | features/admin/broadcast_messages.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/admin/broadcast_messages.feature b/features/admin/broadcast_messages.feature index b2c3112320a..98d894a4fb6 100644 --- a/features/admin/broadcast_messages.feature +++ b/features/admin/broadcast_messages.feature @@ -6,7 +6,7 @@ Feature: Admin Broadcast Messages And I visit admin messages page Scenario: See broadcast messages list - Then I should be all broadcast messages + Then I should see all broadcast messages Scenario: Create a broadcast message When submit form with new broadcast message |