summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-11 21:24:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-11 21:24:15 +0000
commit7ef79412d3c5d78429fa6b4677d698c153b759bd (patch)
tree6f7939b8af72ed7c491cdf4e0086e3cd725fee97
parentc3ca51753520d66069519f853924c7c8eec89fbc (diff)
downloadgitlab-ce-7ef79412d3c5d78429fa6b4677d698c153b759bd.tar.gz
Add latest changes from gitlab-org/gitlab@15-7-stable-ee
-rw-r--r--spec/features/dashboard/datetime_on_tooltips_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/dashboard/datetime_on_tooltips_spec.rb b/spec/features/dashboard/datetime_on_tooltips_spec.rb
index 34f99765c29..e460916dfd1 100644
--- a/spec/features/dashboard/datetime_on_tooltips_spec.rb
+++ b/spec/features/dashboard/datetime_on_tooltips_spec.rb
@@ -40,7 +40,7 @@ RSpec.describe 'Tooltips on .timeago dates', :js, feature_category: :users do
wait_for_requests
end
- it 'has the datetime formated correctly' do
+ it 'has the datetime formated correctly', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/334481' do
expect(page).to have_selector('[data-testid=snippet-created-at] .js-timeago', text: '1 day ago')
page.find('[data-testid=snippet-created-at] .js-timeago').hover