2.3.0 Release
Changes
- [example] Update workflow example tests to handle differences between the java and node server implementation accordingly #22
- New assertions:
toContainClass- Checks if the element has the css classtoContainElement- Checks if the graph contains the elementtoBeSelected- Checks that the element is selected
- New assertions:
- [example] Introduce/improve test cases for GLSP core functionality #23
- Use playwright id selectors over plain # selectors #25
Potentially Breaking Changes
- Combine
get<ModelElement>BySelectorandget<ModelElement>ByLocatormethods #21- e.g.
getNodesBySelector/getNodesByLocator->getNodes
- e.g.
Full Changelog: v2.2.1...v2.3.0