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 manage materials for artifacts When the sorceror clicks on the Artifacts nav item Then a list of built artifacts, if any, should be displayed And a button should appear above the list labeled "Manage Materials"
Given that a sorceror is viewing the list of artifacts When the sorceror clicks on the "Manage Materials" button Then a list of all avaiilable materials should be displayed And a button should appear above the list labeled "Collect Material"
Given that a sorceror is viewing their list of artifact materials When the sorceror clicks on the "Collect Material" button Then a material form should be displayed with the following fields And a button should appear below the form labeled "Collect"
Fields
Material (text field)
Potentcy (number field)
Type (dropdown displaying all types)
Given that a sorceror has filled out the artifact material form When the sorceror clicks on the "Collect" button Then the list of materials should be displayed and should contain the new material
The text was updated successfully, but these errors were encountered:
Given that a sorceror has authenticated and wants to manage materials for artifacts
When the sorceror clicks on the Artifacts nav item
Then a list of built artifacts, if any, should be displayed
And a button should appear above the list labeled "Manage Materials"
Given that a sorceror is viewing the list of artifacts
When the sorceror clicks on the "Manage Materials" button
Then a list of all avaiilable materials should be displayed
And a button should appear above the list labeled "Collect Material"
Given that a sorceror is viewing their list of artifact materials
When the sorceror clicks on the "Collect Material" button
Then a material form should be displayed with the following fields
And a button should appear below the form labeled "Collect"
Fields
Given that a sorceror has filled out the artifact material form
When the sorceror clicks on the "Collect" button
Then the list of materials should be displayed and should contain the new material
The text was updated successfully, but these errors were encountered: