Skip to content

Commit

Permalink
[java] do not set unexpected alert value in Options by default
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 20, 2021
1 parent fcbfb3a commit 0d11ab9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public DO setUnhandledPromptBehaviour(UnexpectedAlertBehaviour behaviour) {
setCapability(
UNHANDLED_PROMPT_BEHAVIOUR,
Require.nonNull("Unhandled prompt behavior", behaviour));
setCapability(UNEXPECTED_ALERT_BEHAVIOUR, behaviour);
return (DO) this;
}

Expand Down

0 comments on commit 0d11ab9

Please sign in to comment.