chore: germantax customer project
This commit is contained in:
20
e2e/tests/features/resolutions.feature
Normal file
20
e2e/tests/features/resolutions.feature
Normal file
@@ -0,0 +1,20 @@
|
||||
Feature: Resolutions
|
||||
|
||||
Background:
|
||||
Given I am logged in as "founder@example.com" with password "test1234"
|
||||
|
||||
Scenario: Open new resolution modal from company page
|
||||
Given I visit "/companies"
|
||||
When I click "Beispiel GmbH"
|
||||
And I click "New resolution"
|
||||
Then I see "Select template"
|
||||
|
||||
Scenario: Create a new resolution and land on its detail page
|
||||
Given I visit "/companies"
|
||||
When I click "Beispiel GmbH"
|
||||
And I click "New resolution"
|
||||
And I select "Annual budget approval" from "Select template"
|
||||
And I fill "Title" with "Budget Review 2025"
|
||||
And I click "Create draft"
|
||||
Then the URL contains "/resolutions/"
|
||||
And I see "Budget Review 2025"
|
||||
Reference in New Issue
Block a user