1. 30 1月, 2019 1 次提交
    • M
      Fix flaky wiki create test · 38fcb11f
      Mark Lapierre 提交于
      There's an svg on the page that allows you to create a wiki page.
      The svg takes a fraction of a second to load after which the
      "Create your first page" button shifts up a bit. This can cause
       webdriver to miss the hit so we wait for the svg to load before
      clicking the button.
      
      Also update the elements used in the test to conform to our best
      practice.
      
      And replace `act` with `perform`
      
      Finally, remove the `before` block and `login` method, making the
      code slightly simpler.
      38fcb11f
  2. 31 5月, 2018 1 次提交
  3. 29 5月, 2018 1 次提交