Skip to content
  • Andrew Lyons's avatar
    MDL-70167 behat: Rewrite attribute check steps · 9d6413d1
    Andrew Lyons authored
    This commit updates the following steps to use the
    `the_attribute_of_should_be_set` step under the hood:
    - the [element] [type] should be disabled
    - the [element] [type] should be enabled
    - the [element] [type] should be readonly
    - the [element] [type] should not be readonly
    
    This reduces unnecssary code duplication.
    9d6413d1