Skip to content
Snippets Groups Projects

Filter todos by manual add

1 unresolved thread

What does this MR do?

Adds the option to filter todos by Added (Marked) and Pipelines (Build failed)

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

For issue #26705 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26705 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
108 127
109 expect(find('.todos-list')).to have_content ' assigned you '
110 expect(find('.todos-list')).not_to have_content ' mentioned '
128 expect_to_see_action(:build_failed)
129 end
130
131 def filter_action(name)
132 click_button 'Action'
133 within '.dropdown-menu-action' do
134 click_link name
135 end
136
137 wait_for_ajax
138 end
139
140 def expect_to_see_action(action_name)
  • @jacopo-beschi Thank you, looks good to me!

  • username-removed-378947 added ~164274 ~874211 labels

    added ~164274 ~874211 labels

  • changed milestone to %9.0

  • mentioned in commit 4c8a1d3a

  • @smcgivern Thank you for your support! :smiley:

  • Please register or sign in to reply
    Loading