diff options
| author | winh <winnie@gitlab.com> | 2017-05-18 20:53:14 +0200 |
|---|---|---|
| committer | winh <winnie@gitlab.com> | 2017-06-02 16:30:37 +0200 |
| commit | 0583916d2d9ad19ae342a13ff2a31c9e3bb76547 (patch) | |
| tree | 967b2e45b0f60de7b4a0880b35ef5408e05f6e6c /spec/features/boards | |
| parent | f032731e47f2ce1c2feb6ff866754202efb6844b (diff) | |
| download | gitlab-ce-0583916d2d9ad19ae342a13ff2a31c9e3bb76547.tar.gz | |
Style people in issuable search bar (!11402)winh-styled-people-search-bar
Diffstat (limited to 'spec/features/boards')
| -rw-r--r-- | spec/features/boards/modal_filter_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/boards/modal_filter_spec.rb b/spec/features/boards/modal_filter_spec.rb index ce132bfd979..b6de6143354 100644 --- a/spec/features/boards/modal_filter_spec.rb +++ b/spec/features/boards/modal_filter_spec.rb @@ -89,7 +89,7 @@ describe 'Issue Boards add issue modal filtering', :feature, :js do page.within('.add-issues-modal') do wait_for_requests - expect(page).to have_selector('.js-visual-token', text: user2.username) + expect(page).to have_selector('.js-visual-token', text: user2.name) expect(page).to have_selector('.card', count: 1) end end @@ -125,7 +125,7 @@ describe 'Issue Boards add issue modal filtering', :feature, :js do page.within('.add-issues-modal') do wait_for_requests - expect(page).to have_selector('.js-visual-token', text: user2.username) + expect(page).to have_selector('.js-visual-token', text: user2.name) expect(page).to have_selector('.card', count: 1) end end |
