Versions Compared

Key

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

Omdat ik het regelmatig zie terug komen, even een pointer voor Cucumber testJust a pointer for Cucumber tests:

Tip
Avoid the i should see “TEXT” step, it checks only if a certain string is found in document.body. It is easy but it is not reliable to check if this text is really visible. Choose to see if a specific element is visible or contains a certain text.

...