File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
e2e-tests/src/main/java/io/kafbat/ui/screens Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class BrokersDetails extends BasePage {
19
19
@ Step
20
20
public BrokersDetails waitUntilScreenReady () {
21
21
waitUntilSpinnerDisappear ();
22
- $x (String .format (brokersTabLocator , DetailsTab .LOG_DIRECTORIES )).shouldBe (Condition .visible );
22
+ $x (String .format (brokersTabLocator , DetailsTab .LOG_DIRECTORIES . getValue () )).shouldBe (Condition .visible );
23
23
return this ;
24
24
}
25
25
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public class TopicDetails extends BasePage {
73
73
@ Step
74
74
public TopicDetails waitUntilScreenReady () {
75
75
waitUntilSpinnerDisappear ();
76
- $x (String .format (detailsTabLtr , OVERVIEW )).shouldBe (Condition .visible );
76
+ $x (String .format (detailsTabLtr , OVERVIEW . getValue () )).shouldBe (Condition .visible );
77
77
return this ;
78
78
}
79
79
You can’t perform that action at this time.
0 commit comments