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

11 lines
333 B
Gherkin

@echo_client_error
Feature: Echo Client Error
Background:
Given I see the app
@echo_client_error-see-fifth-input-error
Scenario: Should see the client error
Given I add a text as abcde
Then I see the label of the input is Error(ServerFnErrorWrapper(Registration("Error generated from client")))