Skip to content

Single quotes break syntax highlighting and result in phantom errors #1

@DKroot

Description

@DKroot

cucumber-eclipse-plugin 1.0
Test case: parse the following feature


Feature: General user's home page
  As a general user
  I want to see the home page with the list of carts
  So I can start working with RAP

  # Test Case 1.0.1. Check if a user set up as a General User can log into the applicaton and the proper General User
  # screen displays showing the user as a (General User) and the My Open carts, My Submitted Carts and
  # the new Cart button are displayed.

  Scenario: General user logs in or goes to the home page
    When I go to the home page
    Then I should see the welcome message
      And I should see my user type: "General User"
      And I should see "My Open Carts"
      And I should see a carts' table
      And I should see "My Submitted Carts"
      And I should see the "New Cart" image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions