capybara - First scenario is failing every time in Scenario Outline in Cucumber -
whenever run feature file html report output file, 1st scenario in scenario outline failing everytime. when make same scenario outline first scenario in feature file getting passed, make test case flow weird in feature file.
any idea why happening , how overcome?
my cucumber version "1.3.15"
scenario outline: validation of links when click "<link>" link should in "<link>" page examples: | link | | tv | | email |
Comments
Post a Comment