Requested by Razem

  • Compact style for steps
  • Have the Needs a real browser checked by default for @javascript

Scenario: Check welcome message at the home page

The resulted scenario in exported feature will be

Feature: All
  Everything from the site.

 @javascript
Scenario: Check welcome message at the home page
  Given   I am not logged in
  When I am on the homepage
  Then I should see "Welcome"

Watch the video
https://www.youtube.com/watch?v=nTncuqRq2Ps

Another test of the creating of Scenario

Feature: All
  Everything from the site.
​
 @javascript
Scenario: Test Test
  Given I am a logged in user with the "webmaster" user
  When I go to "/admin"
  Then I should see "Content types"

Comments

RajabNatshah created an issue. See original summary.

rajab natshah’s picture

Issue summary: View changes

rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Issue summary: View changes

rajab natshah’s picture

Status: Active » Needs review
rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Status: Needs review » Fixed
rajab natshah’s picture

Assigned: rajab natshah » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.