Skip to content
Snippets Groups Projects

Resolve #3485747 "The multi category filter"

Closes #3485747

This will change the markup of the multi-select drop down menu.

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
387 387 $this->clickWithWait($categories[1]);
388 388
389 389 // Assert that the filters persist.
390 $second_label_text = $assert_session->elementExists('css', '.pb-filter__checkbox-label-txt', $categories[1]->getParent())
391 ->getText();
390 $second_label_text = $categories[1]->getParent()->getText();
391 $assert_session->fieldExists($second_label_text)->check();
  • shalini jha added 24 commits

    added 24 commits

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    • 3816fa9b - Removed install-state.gz from mr

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    • 0021bce6 - Addressed feedback on test coverage improvements

    Compare with previous version

  • Chris Wells added 2 commits

    added 2 commits

    • 7928200f - 1 commit from branch project:2.0.x
    • 9e8743b5 - squash commits for issue 3485747

    Compare with previous version

  • Chris Wells added 2 commits

    added 2 commits

    • 22c5545b - 1 commit from branch project:2.0.x
    • 01d7843d - squash commits for issue 3485747

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading