Find ways to improve UX with test API #5087
Labels
AREA: server
STATE: Stale
An outdated issue that will be automatically closed by the Stale bot.
SYSTEM: API
TYPE: enhancement
The accepted proposal for future implementation.
Milestone
Our feedback stats show that our customers have some difficulties with our asynchronous APIs sometimes. We should find a way to make our API easier to use or improve diagnostics to report "missing await" and so on as early as possible.
Selector.exists
is not used to check existence (Add warning messages when trying to assert Selector/ClientFunction instances #5211)await Selector
is used in assertions (Raise warnings when snapshot properties are passed to assertions #5250)await
s for DOM node snapshots (if
branches, working with element text) (Add warnings for missing await when trying to get a snapshot property value #5383)allowUnawaitedPromise
option [1]The text was updated successfully, but these errors were encountered: