diff options
author | Phil Hughes <me@iamphill.com> | 2018-03-14 10:02:05 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-03-14 10:02:05 +0000 |
commit | a4a893eaa80665076a26a22903bbae1652c62edf (patch) | |
tree | 927c3df240e4e00bc91fd027bf7dce8979353224 /spec/features | |
parent | 686343835f09376ada8f35f85b96e46613fdc08d (diff) | |
download | gitlab-ce-a4a893eaa80665076a26a22903bbae1652c62edf.tar.gz |
fixed deployment rspecmr-widget-deployment-styling
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/merge_request/user_sees_deployment_widget_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/merge_request/user_sees_deployment_widget_spec.rb b/spec/features/merge_request/user_sees_deployment_widget_spec.rb index 3abe363d523..f744d7941f5 100644 --- a/spec/features/merge_request/user_sees_deployment_widget_spec.rb +++ b/spec/features/merge_request/user_sees_deployment_widget_spec.rb @@ -22,7 +22,7 @@ describe 'Merge request > User sees deployment widget', :js do wait_for_requests expect(page).to have_content("Deployed to #{environment.name}") - expect(find('.js-deploy-time')['data-title']).to eq(deployment.created_at.to_time.in_time_zone.to_s(:medium)) + expect(find('.js-deploy-time')['data-original-title']).to eq(deployment.created_at.to_time.in_time_zone.to_s(:medium)) end context 'with stop action' do |