mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-18 07:11:32 -08:00
12 lines
408 B
Gherkin
12 lines
408 B
Gherkin
Feature: TidGi Application Launch
|
|
As a user
|
|
I want to launch TidGi successfully
|
|
So that I can use the application
|
|
|
|
@smoke
|
|
Scenario: Application starts and shows interface
|
|
When I launch the TidGi application
|
|
And I wait for the page to load completely
|
|
And I should see an element with selector "body"
|
|
And the window title should contain "太记"
|
|
And I should not see text "Error"
|