You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that a sorceror has authenticated and wants to create a potion When the sorceror clicks on the Potions nav item Then a list of potions, if any, should be displayed And a button should appear above the list labeled "Create Potion"
Given that a sorceror is viewing the list of artifacts When the sorceror clicks on the "Create Potion" button Then a potion form should be displayed with the following fields And a button should appear below the form labeled "Brew"
Fields
Name (text field)
Ingredients (checkbox group)
Given that a sorceror has provided a name and chosen ingredients When the sorceror clicks on the "Brew" button Then the list of potions should be displayed and should contain the new potion And the ingredients used to build it should not be available for any future potion
Potency and Type
The potency of the created potion will be determined on creation through the following formula
Given that a sorceror has authenticated and wants to create a potion
When the sorceror clicks on the Potions nav item
Then a list of potions, if any, should be displayed
And a button should appear above the list labeled "Create Potion"
Given that a sorceror is viewing the list of artifacts
When the sorceror clicks on the "Create Potion" button
Then a potion form should be displayed with the following fields
And a button should appear below the form labeled "Brew"
Fields
Given that a sorceror has provided a name and chosen ingredients
When the sorceror clicks on the "Brew" button
Then the list of potions should be displayed and should contain the new potion
And the ingredients used to build it should not be available for any future potion
Potency and Type
The potency of the created potion will be determined on creation through the following formula
Add the potency of each ingredient, then divide that number by a random number from 1-10.
The text was updated successfully, but these errors were encountered: