chore: perauset customer project
This commit is contained in:
16
e2e/tests/features/browser/inventory.feature
Normal file
16
e2e/tests/features/browser/inventory.feature
Normal file
@@ -0,0 +1,16 @@
|
||||
Feature: Inventory Management UI
|
||||
|
||||
Background:
|
||||
Given I am logged in as "admin@perauset.org"
|
||||
|
||||
Scenario: Add inventory item
|
||||
When I navigate to "/inventory"
|
||||
Then I should see heading "Inventory"
|
||||
And I click "Add Item"
|
||||
And I fill in "Item Name" with "Olive Oil"
|
||||
And I fill in "Unit" with "liter"
|
||||
And I fill in "Current Quantity" with "20"
|
||||
And I fill in "Minimum Quantity" with "5"
|
||||
And I select "Kitchen" from "Category"
|
||||
And I click "Create Item"
|
||||
Then I should see "Olive Oil"
|
||||
Reference in New Issue
Block a user