Browse Source

Maintenance: Fix labels for GitHub issue.

Rolf Schmidt 1 year ago
parent
commit
1a90563e95
2 changed files with 2 additions and 2 deletions
  1. 1 1
      spec/system/ticket/create_spec.rb
  2. 1 1
      spec/system/ticket/zoom_spec.rb

+ 1 - 1
spec/system/ticket/create_spec.rb

@@ -625,7 +625,7 @@ RSpec.describe 'Ticket Create', type: :system do
         # verify issue
         content = find('.sidebar-git-issue-content')
         expect(content).to have_text('#1575 GitHub integration')
-        expect(content).to have_text('feature backlog')
+        expect(content).to have_text('enhancement')
         expect(content).to have_text('integration')
         expect(content).to have_text('4.0')
         expect(content).to have_text('Thorsten')

+ 1 - 1
spec/system/ticket/zoom_spec.rb

@@ -1627,7 +1627,7 @@ RSpec.describe 'Ticket zoom', type: :system do
         # verify issue
         content = find('.sidebar-git-issue-content')
         expect(content).to have_text('#1575 GitHub integration')
-        expect(content).to have_text('feature backlog')
+        expect(content).to have_text('enhancement')
         expect(content).to have_text('integration')
         expect(content).to have_text('4.0')
         expect(content).to have_text('Thorsten')