Files
leptos/examples/websocket/e2e/features/echo_text.feature
2025-04-24 20:17:08 -04:00

18 lines
371 B
Gherkin

@echo_text
Feature: Echo Text
Background:
Given I see the app
@echo_text-see-first-input
Scenario: Should see the label
Given I add a text as a
Then I see the label of the input is A
@add_text-see-second-input
Scenario: Should see the label
Given I add a text as ab
Then I see the label of the input is AB