mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 13:24:05 -05:00
11 lines
331 B
Gherkin
11 lines
331 B
Gherkin
@echo_server_error
|
|
Feature: Echo Server Error
|
|
|
|
Background:
|
|
Given I see the app
|
|
|
|
@echo_server_error-see-third-input-error
|
|
Scenario: Should see the server error
|
|
Given I add a text as abc
|
|
Then I see the label of the input is Error(ServerFnErrorWrapper(Registration("Error generated from server")))
|