Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed dropdown button on WSL, fixed some warnings related to deprecated classes #304

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
E2E test fix
Razz4780 committed Dec 2, 2024
commit 229edfd599d6447d803dea28fd9e224f35304e8f
2 changes: 1 addition & 1 deletion src/test/kotlin/com/metalbear/mirrord/utils/IdeaFrame.kt
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ class IdeaFrame(remoteRobot: RemoteRobot, remoteComponent: RemoteComponent) :

val mirrordDropdownButton
get() = find<ContainerFixture>(
byXpath("//div[@text='mirrord' and @class='ComboBoxButton']"),
byXpath("//div[@text='mirrord' and @class='ActionButtonWithText']"),
Duration.ofSeconds(30)
)