Skip to content

Commit

Permalink
Update ImageInjectionAndroidTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaly committed Aug 22, 2023
1 parent b3a7f26 commit 6836f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void imageInjectionAndroid() throws InterruptedException {
qCCodeMenu.click();

// inject the image - provide the transformed image to the device with this command
String qrCodeImage = encoder("src/test/java/com/appium_app/image_injection/images/qr-code.png");
String qrCodeImage = encoder("src/test/java/com/examples/image_injection/images/qr-code.png");
driver.executeScript("sauce:inject-image=" + qrCodeImage);

// Verify that the browser is running
Expand Down

0 comments on commit 6836f4c

Please sign in to comment.