mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-17 06:41:31 -08:00
12 lines
532 B
Gherkin
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 |
|