Commit a7826928 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'rails5-user-status-spec' into 'master'

Rails5: fix user edit profile clear status spec

See merge request gitlab-org/gitlab-ce!22169
parents 3b8d229d 6c07c24c
---
title: 'Rails5: fix user edit profile clear status spec'
merge_request: 22169
author: Jasper Maes
type: other
...@@ -129,6 +129,8 @@ describe 'User edit profile' do ...@@ -129,6 +129,8 @@ describe 'User edit profile' do
click_button 'js-clear-user-status-button' click_button 'js-clear-user-status-button'
submit_settings submit_settings
wait_for_requests
visit user_path(user) visit user_path(user)
expect(page).not_to have_selector '.cover-status' expect(page).not_to have_selector '.cover-status'
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment