1. 12 Jun, 2019 5 commits
    • Mark Lapierre's avatar
      Separate node sessions · 5cc0f861
      Mark Lapierre authored
      With nested blocks the inner block was still logged in when the test
      tried to visit the login page of the secondary node, so the page
      failed validation because it was already logged in.
      
      This moves the secondary sessions outside the primary session block
      so that the primary session ends and the secondary session can login.
      
      It also logs out after each test so that subsequent tests aren't logged
      in. Resetting the browser session (by using a visit block) isn't enough
      to log out subsequent sessions
      5cc0f861
    • Mark Lapierre's avatar
      Grant OAuth authorization · 18555cc4
      Mark Lapierre authored
      So that tests don't have to
      18555cc4
    • Mark Lapierre's avatar
      Validate page after visiting it · 53574d08
      Mark Lapierre authored
      When `visit` is called with a block it now visits the page
      before validating it, and then executes the block
      53574d08
    • GitLab Bot's avatar
      d9a038aa
    • Evan Read's avatar
      Merge branch 'patch-71' into 'master' · c6152f3d
      Evan Read authored
      Fixed documentationmarkdown link in Docker compose note
      
      Closes #63114
      
      See merge request gitlab-org/gitlab-ce!29502
      c6152f3d
  2. 11 Jun, 2019 35 commits