1. 04 Dec, 2020 2 commits
    • Sofia Vistas's avatar
      Add negatable predicate methods · b80865b7
      Sofia Vistas authored
      Prior to this change, the matchers would need
      in some cases to wait for the condition to return true and
      the negate it. This can add up to 10 seconds each time.
      
      This MR, instead of executing the page object's matcher method, uses
      a custom matcher for match_when_negated that reads more naturally
      and avoids using negative predicate methods such as has_no_file
      in the end to end test.
      b80865b7
    • Mike Greiling's avatar
      Merge branch 'ps-ide-defer-loading-terminal-modules' into 'master' · 00112e67
      Mike Greiling authored
      Chunk deferred runtime and terminal modules in Web IDE
      
      See merge request gitlab-org/gitlab!47719
      00112e67
  2. 03 Dec, 2020 38 commits