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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -