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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-07-26 14:01:58 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-07-26 14:01:58 +0300
commit1b1e3ae42507e467ebc539068d423a718a4b1e75 (patch)
tree0f5929660077ddfb2461001a093378a7bc7a6f45 /spec/features/issues_spec.rb
parent53e64926b45aca0d66e19815398434d40ed13b1c (diff)
Update the description a bit
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r--spec/features/issues_spec.rb4
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)