Commit 6c07c24c authored by Jasper Maes's avatar Jasper Maes

Rails5: fix user edit profile clear status spec

parent 1239629c
---
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
click_button 'js-clear-user-status-button'
submit_settings
wait_for_requests
visit user_path(user)
expect(page).not_to have_selector '.cover-status'
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