diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-07-26 19:01:58 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2016-07-26 19:01:58 +0800 |
commit | 1b1e3ae42507e467ebc539068d423a718a4b1e75 (patch) | |
tree | 0f5929660077ddfb2461001a093378a7bc7a6f45 /spec/features/issues_spec.rb | |
parent | 53e64926b45aca0d66e19815398434d40ed13b1c (diff) | |
download | gitlab-ce-1b1e3ae42507e467ebc539068d423a718a4b1e75.tar.gz |
Update the description a bit
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r-- | spec/features/issues_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb index af5e90dc803..9ceefc9150b 100644 --- a/spec/features/issues_spec.rb +++ b/spec/features/issues_spec.rb @@ -525,7 +525,7 @@ describe 'Issues', feature: true do end describe 'new issue by email' do - context 'find the modal for new issue by email', js: true do + context 'click the button to show modal for new issue email', js: true do before do stub_incoming_email_setting(enabled: true, address: "p+%{key}@gl.ab") @@ -533,7 +533,7 @@ describe 'Issues', feature: true do click_button('Email a new issue') end - it 'has a button to show the email address' do + it 'shows the email in the modal' do page.within '#issue-email-modal' do email = project.new_issue_address(@user) |