chore: germantax customer project
This commit is contained in:
20
e2e/tests/features/companies.feature
Normal file
20
e2e/tests/features/companies.feature
Normal file
@@ -0,0 +1,20 @@
|
||||
Feature: Companies
|
||||
|
||||
Background:
|
||||
Given I am logged in as "founder@example.com" with password "test1234"
|
||||
|
||||
Scenario: Companies page loads with seed data
|
||||
Given I visit "/companies"
|
||||
Then I see "Your companies"
|
||||
And I see "Beispiel GmbH"
|
||||
|
||||
Scenario: Navigate to a company detail page
|
||||
Given I visit "/companies"
|
||||
When I click "Beispiel GmbH"
|
||||
Then the URL contains "/companies/"
|
||||
And I see "Beispiel GmbH"
|
||||
|
||||
Scenario: Company detail shows resolutions section
|
||||
Given I visit "/companies"
|
||||
When I click "Beispiel GmbH"
|
||||
Then I see "Resolutions"
|
||||
Reference in New Issue
Block a user