diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2017-12-11 19:43:28 +0100 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2017-12-12 13:07:03 +0100 |
commit | bf22eb6123cb85e70a1b4aaf86cb2d325dc74f2f (patch) | |
tree | 6f11bdbca1add80d7db4fe8ade9c15896d8b0adc /spec/features/profile_spec.rb | |
parent | 0cdc840b7fd710e58130a06e94d508c7c8cb133b (diff) | |
download | gitlab-ce-bf22eb6123cb85e70a1b4aaf86cb2d325dc74f2f.tar.gz |
Rename popup-dialog to modal
Diffstat (limited to 'spec/features/profile_spec.rb')
-rw-r--r-- | spec/features/profile_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/profile_spec.rb b/spec/features/profile_spec.rb index c60883911f7..0848857ed1e 100644 --- a/spec/features/profile_spec.rb +++ b/spec/features/profile_spec.rb @@ -25,7 +25,7 @@ describe 'Profile account page', :js do fill_in 'password', with: '12345678' - page.within '.popup-dialog' do + page.within '.modal' do click_button 'Delete account' end @@ -38,7 +38,7 @@ describe 'Profile account page', :js do fill_in 'password', with: 'testing123' - page.within '.popup-dialog' do + page.within '.modal' do click_button 'Delete account' end |