Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
467 B
3
Indexable
Never
Feature: Update user profile

  Background: Logged in and choose View Profile
    Given I am logged in
    When I click choose "View profile"

  @update-profile
  Scenario: Update user information successfully
      When I update my profile with "<firstName>" and "<lastName>"
      And I click "Save" button
      Then I should see the information updated successfully

      Examples:
        | firstName | lastName | 
        | Ha66      | Tran66   |