
Clone this issue
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Implement this syntax:
I.See("Some Big Message").Alert.When(SomeAction)
like this:
I.See("User created successfully").Alert.When(I.Click("Save Client").Button)
This is supposed to capture a dialog (JScript alert) when the action described by when executes. The alert MUST match the message specified in the alert command.
|
|
Description
|
Implement this syntax:
I.See("Some Big Message").Alert.When(SomeAction)
like this:
I.See("User created successfully").Alert.When(I.Click("Save Client").Button)
This is supposed to capture a dialog (JScript alert) when the action described by when executes. The alert MUST match the message specified in the alert command. |
Show » |
| There are no comments yet on this issue.
|
|