Sha256: 77eecb792f8085eed8da0c0b85e5bdba4a8f2252556c26f82faf5706b3098788

Contents?: true

Size: 673 Bytes

Versions: 4

Compression:

Stored size: 673 Bytes

Contents

Feature: Search
  As a Bug Bang reader
  I want to navigate on the basic scenarios

  Scenario: Basic search for common users
    Given I am on The Bug Bang Theory home page
    When I write "Camilo Ribeiro" on search field
    And ask to search
    Then I should see the follow results:
      | BugBang Responde I: Horas x Qualidade (A eterna briga das empresas)    | 
      | The Bugbang Theory    | 
      | Penso, logo automatizo    | 
      | The Bug Bang Theory 2.0 – Agile and Technical Testing Rocks!  | 

  Scenario: Going to about page
    Given I am on The Bug Bang Theory home page
    When I go to about page
    Then I should see the text "Camilo Ribeiro"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cello-0.0.19 examples/bugbang/flows/search.feature
cello-0.0.17 examples/bugbang/flows/search.feature
cello-0.0.16 examples/bugbang/flows/search.feature
cello-0.0.12 examples/bugbang/flows/search.feature