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

A sorceror should be able to summon a familiar using a potion, a spell, and an artifact #66

Open
stevebrownlee opened this issue Dec 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@stevebrownlee
Copy link

Given that I want to summon a familiar
When I authenticate
Then I want to see a Chamber item in the nav bar

Given that I want to summon a familiar
When I click on the Chamber nav bar item
Then I should see the Summoning Chamber view with the following elements

  • Column 1 of 3 with a Potion header and a dropdown where I can select any of my potions
  • Column 2 of 3 with a Artifact header and a dropdown where I can select any of my artifacts
  • Column 3 of 3 with a Spell header and a dropdown where I can select any of my spells
  • Button below the columns labeled Perform Summoning Ceremony

Given that I navigated to the Summoning Chamber view
When I click the Perform Summoning Ceremony button
And the summoning was successful
Then the view should update with the name and type of familar displayed below the button with a success message
And the items I used should be removed from my inventory

Given that I navigated to the Summoning Chamber view
When I click the Perform Summoning Ceremony button
And the summoning was not successful
Then the view should updated with a failure message displayed below the button
And the items used cannot be used for any future familiar summoning

Learning Notes

@stevebrownlee stevebrownlee added the enhancement New feature or request label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant