Skip to content

Commit

Permalink
test: adjust activitty name
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 17, 2024
1 parent bd90d07 commit b5324c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ private void verifyDragResult() {
}

private void setupDragDropView() throws JSONException {
startActivity("io.appium.android.apis.view.DragAndDropDemo");
startActivity(".view.DragAndDropDemo");
}

private void setupEditView() throws JSONException {
startActivity("io.appium.android.apis.app.AlertDialogSamples");
startActivity(".app.AlertDialogSamples");
}

@Test
Expand Down

0 comments on commit b5324c3

Please sign in to comment.