Skip to content
  • Andrew Lyons's avatar
    MDL-67657 behat: Open course with editing using URL · 34e14606
    Andrew Lyons authored
    This is a huge performance improvement for behat.
    
    The current set of steps loads the page
    It then looks for the Classic/Clean version of the settings menu
    If it fails to find it looks for the Boost Cog
    Then it clicks the "Turn editing on" button
    
    This can take a substantial period.
    
    We do not actually need to run these steps as we are able to jump
    straight to the URL. We already have access to the sesskey value
    required to do this.
    
    There is not loss in testing functionality because the actual testing of
    the Turn editing functionality is tested in other places sufficiently.
    34e14606