Skip to content

Commit

Permalink
Changing class from public to private
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavgarg1996 committed Jul 7, 2023
1 parent 5534cf6 commit 87e4c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class SearchScreenAndroid
private static final By byResultsId = By.id("com.ril.ajio:id/tv_count_plp_header_is");
private static final By byProductId = By.id("com.ril.ajio:id/plp_row_product_iv");
private static final By byProductListTitleId = By.id("com.ril.ajio:id/toolbar_title_tv");
public static final By byProductLayoutId = By.id("com.ril.ajio:id/layout_category_container");
private static final By byProductLayoutId = By.id("com.ril.ajio:id/layout_category_container");
private final Driver driver;
private final Visual visually;

Expand Down

0 comments on commit 87e4c5d

Please sign in to comment.