-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It would be nice to be able to do things like:
NodeAssert.assertThat(find("#startMachineButton")).isDisabled();
NodeAssert.assertThat(find("#statusText")).isText().hasText("Machine stopped");
NodeAssert.assertThat(find("#startMachineButton")).isButton().hasText("Start");
(Note that the find method is a little helper method in my TestFX bases abstract base class I use in my UI tests to find a Node)
Are there any plans to provide node assertions?
Metadata
Metadata
Assignees
Labels
No labels