Skip to content

Commit

Permalink
confirm and decline e2e functionality tests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiMakkar committed Apr 12, 2024
1 parent af94349 commit a3b7a02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Feature: Confirmed events button feature

go to the home webpage
click the button ConfirmEvent
wait for RemoveConfirmationEvent
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Feature: Declined events button feature

go to the home webpage
click the button DeclineEvent
wait for RescindDeclinationEvent
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Feature: Remove confirm events button feature
go to the home webpage
click the button ConfirmEvent
click the button RemoveConfirmationEvent
wait for ConfirmEvent

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Feature: Rescind declined events button feature
go to the home webpage
click the button DeclineEvent
click the button RescindDeclinationEvent

wait for DeclineEvent

0 comments on commit a3b7a02

Please sign in to comment.