Skip to content
Snippets Groups Projects

Resolve "TypeError: Unable to get property 'form' of undefined or null reference"

1 unresolved thread

What does this MR do?

Fixes: https://sentry.gitlap.com/gitlab/gitlabcom-clientside/issues/30927/

This error occurs when an issues#index or similar shows an empty state and we're always expecting a filtered-search box, so this will error if the filtered_search box isn't available. Non critical bug.

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

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #32532 (moved)

Edited by Luke "Jared" Bennett

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
  • Luke "Jared" Bennett changed milestone to %9.3

    changed milestone to %9.3

  • Luke "Jared" Bennett resolved all discussions

    resolved all discussions

  • Luke "Jared" Bennett added 2307 commits

    added 2307 commits

    Compare with previous version

  • 17 17
    18 18 expect(page).not_to have_selector('.js-new-board-list')
    19 19 end
    20
    21 scenario 'user seems an empty state' do
    22 visit namespace_project_issues_path(project.namespace, project)
    23
    24 expect(page).to have_selector('.empty-state')
    25 end
  • added 1 commit

    • 1b2b186e - Update list_spec.rb to enable js to test for js exceptions

    Compare with previous version

  • Luke "Jared" Bennett resolved all discussions

    resolved all discussions

  • Luke "Jared" Bennett resolved all discussions

    resolved all discussions

  • Luke "Jared" Bennett changed milestone to %9.5

    changed milestone to %9.5

  • removed assignee

  • Please register or sign in to reply
    Loading