Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagegherkin
titleboxInfo.feature
#Remove the @ignore-tag(s) of scenarios you want to start testing.

@ignore
Feature: TS-406407: eHealthBox info
  As a user
  I want to know my eHealthBox info
  In order to know how many messages are in standby

  @ignore
  Scenario: Verify the eHealthBox info
    Given user is logged in
    When user is on the box info page
    Then the box info is shown correctly

...