File tree 3 files changed +4
-4
lines changed
e2e-tests/src/main/java/io/kafbat/ui/screens
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class ConnectorDetails extends BasePage {
21
21
@ Step
22
22
public ConnectorDetails waitUntilScreenReady () {
23
23
waitUntilSpinnerDisappear ();
24
- dotMenuBtn .shouldBe (Condition .visible );
24
+ taskTab .shouldBe (Condition .visible );
25
25
return this ;
26
26
}
27
27
@@ -48,7 +48,7 @@ public ConnectorDetails clickSubmitButton() {
48
48
49
49
@ Step
50
50
public ConnectorDetails openDotMenu () {
51
- WebUtil .clickByJavaScript (dotMenuBtn );
51
+ WebUtil .clickByActions (dotMenuBtn );
52
52
return this ;
53
53
}
54
54
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public SchemaDetails openCompareVersionMenu() {
61
61
62
62
@ Step
63
63
public SchemaDetails removeSchema () {
64
- WebUtil .clickByJavaScript (dotMenuBtn );
64
+ WebUtil .clickByActions (dotMenuBtn );
65
65
removeBtn .shouldBe (Condition .enabled ).click ();
66
66
schemaConfirmBtn .shouldBe (Condition .visible ).click ();
67
67
schemaConfirmBtn .shouldBe (Condition .disappear );
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public String getSettingsGridValueByKey(String key) {
91
91
92
92
@ Step
93
93
public TopicDetails openDotMenu () {
94
- WebUtil .clickByJavaScript (dotMenuBtn );
94
+ WebUtil .clickByActions (dotMenuBtn );
95
95
return this ;
96
96
}
97
97
You can’t perform that action at this time.
0 commit comments