Closed blubdiblah closed 4 months ago
For ReadyAPI versions higher than 3.9.2 trying to open a websocket-teststep in the UI fails.
Fixed it for my use by updating the ready-api-ui dependency. (Find the latest one here)
<dependency> <groupId>com.smartbear</groupId> <artifactId>ready-api-ui</artifactId> <version>3.9.2</version> <scope>provided</scope> </dependency>
Renamed few @Override Methods.
@Override
Changed appendButtonWithoutLabel(String, ActionListener) to addButtonWithoutLabelToTheRight(String, ActionListener) in method buildConnectionSection(...) of class ConnectedTestStepPanel
appendButtonWithoutLabel(String, ActionListener)
addButtonWithoutLabelToTheRight(String, ActionListener)
buildConnectionSection(...)
ConnectedTestStepPanel
Fixed for ReadyAPI 3.53 with Release v2.1.0
For ReadyAPI versions higher than 3.9.2 trying to open a websocket-teststep in the UI fails.
Fixed it for my use by updating the ready-api-ui dependency. (Find the latest one here)
Renamed few
@Override
Methods.Changed
appendButtonWithoutLabel(String, ActionListener)
toaddButtonWithoutLabelToTheRight(String, ActionListener)
in methodbuildConnectionSection(...)
of classConnectedTestStepPanel