cucumberjs scenario
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: todo add feature | |
Scenario: add todos in todo list | |
When je saisis le todo "first todo" | |
And je saisis le todo "second todo" | |
Then le todo "first todo" est placé en position 1 dans la liste | |
And le todo "second todo" est placé en position 2 dans la liste |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment