Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
1.0.1
-
None
-
-
Empty show more show less
-
TE 7, TE 8
-
8
Description
Use case:
Within a test we have e.g.
form.cancel()
And the next step only works, if the form did disappear.
@ImplicitWaitTimeout does not help in this situation.
Exact API to be defined.
Another example from a self-test (PageEditorTest#smokeTest)
// WHEN
mainArea.selectComponent("Text"); // selects the first component under this area
editor.hitAction("Edit component");
Form form = expect.form("Dialog"); //shrug
// THEN
assertEquals("Main - Component One", form.getTextFieldValue("Title"));
// GIVEN
form.cancel();
// WHEN
mainArea.selectComponentAtPosition("Text", 1); // position index starts at 0
Checklists
Acceptance criteria
Attachments
Issue Links
- supersedes
-
MGNLTEST-74 Active app tab verification is prone to fail due to timing issues.
-
- Closed
-