-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AEEE-25086, AEEE-25087, AEEE-25652, AEEE-25714, AEEE-25805: Create Event implementation for filling all fields for create events flow #11
base: main
Are you sure you want to change the base?
Conversation
Event creation flow
…ll fields for create events flow
…ling all fields for create events flow
@@ -2,5 +2,8 @@ | |||
#Run below command to run the test case @registerEvent | |||
npx run src/e2e -b webkit -p stage -t "@registerEvent" | |||
|
|||
#Run below command to run the test case @createEvent | |||
npx run src/e2e -b webkit -p stage -t "@createEvent" | |||
#Run below command to run the test case @createEventWithRequiredFields |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have short crisp name of the feature
Then I should see the footer section on the page | ||
|
||
Scenario Outline: Validate and create events with all fields | ||
Given I am on the ECC dashboard page in signed-in state |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where are we signing in?
Then I should see pagination container | ||
Then I should see the footer section on the page | ||
|
||
Scenario Outline: Validate and create events with all fields |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scneario name should be in sync with steps, we are first creating and then validating
Then I fill out create event Additional content page with <EventDataWithAllFields> and click Next step | ||
Then I fill out create event RSVP page with <EventDataWithAllFields> and click Publish event | ||
Then I should check that event is created | ||
Then I should be able to search & validate the event on ECC dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should search and delete be another scenario?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comments as on all fields file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets review this together
No description provided.