summaryrefslogtreecommitdiff
path: root/spec/features/groups/labels/sort_labels_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/groups/labels/sort_labels_spec.rb')
-rw-r--r--spec/features/groups/labels/sort_labels_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/labels/sort_labels_spec.rb b/spec/features/groups/labels/sort_labels_spec.rb
index b5657db23cb..df75ff7c3cb 100644
--- a/spec/features/groups/labels/sort_labels_spec.rb
+++ b/spec/features/groups/labels/sort_labels_spec.rb
@@ -34,7 +34,7 @@ RSpec.describe 'Sort labels', :js do
expect(sort_options[1]).to eq('Name, descending')
expect(sort_options[2]).to eq('Last created')
expect(sort_options[3]).to eq('Oldest created')
- expect(sort_options[4]).to eq('Last updated')
+ expect(sort_options[4]).to eq('Updated date')
expect(sort_options[5]).to eq('Oldest updated')
click_link 'Name, descending'