-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
Create a rule that throws an error when an await is not provided on a promise returned from the testController.
Problem & Goal
If the t: TestController provided in the test case is not awaited properly the test will resolve with no errors before the promise has been resolved. This can cause issues with any actions taken on the webpage or with assertions.
Ensure all tests use the TestController object and methods effectively for TestCafe tests.
Expected behavior
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request