Skip to content

Instantly share code, notes, and snippets.

@abdellani
Created May 12, 2019 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdellani/962b9526c6246ce075cc92ff8ae160c7 to your computer and use it in GitHub Desktop.
Save abdellani/962b9526c6246ce075cc92ff8ae160c7 to your computer and use it in GitHub Desktop.
@javascript
Scenario: Creating a weekly event with a different time-zone
Given the date is "2019-05-19"
Given I fill in event field:
| name | value |
| Name | Daily Standup |
| Start Date | 2019-05-19 |
| Start Time | 00:30 |
| Description | we stand up |
And I select "Algiers" from the time zone dropdown
And I select "Repeats" to "weekly"
And I check "Sunday"
Then the event is set to end sometime
And I fill in event field:
| name | value |
| End Date | 2019-06-01 |
And I click the "Save" button
Then I should see "Event Created"
Then I should see "Saturday"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment