TidGi-Desktop/features/logging.feature
2025-08-27 22:25:40 +08:00

12 lines
532 B
Gherkin

Feature: Renderer logging to backend (UI-driven)
Background:
Given I launch the TidGi application
And I wait for the page to load completely
@logging
Scenario: Renderer logs appear in backend log file
When I click on a "settings button" element with selector "#open-preferences-button"
When I switch to "preferences" window
When I click on a "sync section" element with selector "[data-testid='preference-section-sync']"
Then I should find log entries containing
| Preferences section clicked |