Skip to content
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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

yashjain1394
Copy link
Collaborator

No description provided.

@yashjain1394 yashjain1394 changed the title Event creation by filling all fields in Basic info page AEEE-25086: Create Event-Basic info page implementation for filling all fields for create events flow Oct 30, 2024
@yashjain1394 yashjain1394 changed the title AEEE-25086: Create Event-Basic info page implementation for filling all fields for create events flow AEEE-25087,AEEE-25652,AEEE-25714: Create Event implementation for filling all fields for create events flow Nov 8, 2024
@yashjain1394 yashjain1394 changed the title AEEE-25087,AEEE-25652,AEEE-25714: Create Event implementation for filling all fields for create events flow AEEE-25086, AEEE-25087, AEEE-25652, AEEE-25714: Create Event implementation for filling all fields for create events flow Nov 8, 2024
@@ -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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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?

Copy link
Collaborator

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets review this together

@yashjain1394 yashjain1394 changed the title AEEE-25086, AEEE-25087, AEEE-25652, AEEE-25714: Create Event implementation for filling all fields for create events flow AEEE-25086, AEEE-25087, AEEE-25652, AEEE-25714, AEEE-25805: Create Event implementation for filling all fields for create events flow Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants