Skip to content

Commit

Permalink
Changed log level
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Aug 15, 2024
1 parent b093d05 commit f7ce126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public AppiumPage(WebDriver webDriver) {

@Override
protected Optional<List<AbstractFieldAction>> addCustomFieldActions(Field field, AbstractPage declaringPage) {
log().info("Custom field action");
log().debug("Custom field action for {}", field.getName());
CreateAppiumGuiElementAction action = new CreateAppiumGuiElementAction(field, declaringPage);
SetNameFieldAction nameFieldAction = new SetNameFieldAction(field, declaringPage);
return Optional.of(List.of(action, nameFieldAction));
Expand Down

0 comments on commit f7ce126

Please sign in to comment.