Skip to content

Commit

Permalink
Don't accept null urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua authored Apr 4, 2024
1 parent 06090e2 commit e65c7de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ object CommonSteps : BaseUserInterfaceTest() {
}

@Throws(Exception::class)
fun verifyOpensWebsite(url: String?) {
fun verifyOpensWebsite(url: String) {
var browserPkg = "org.chromium.webview_shell"
if (SDK_INT <= Build.VERSION_CODES.M) {
browserPkg = "com.android.browser"
Expand Down

0 comments on commit e65c7de

Please sign in to comment.