Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
angelominisci committed Oct 31, 2024
1 parent 7f02bd5 commit 0cb9ff6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/it/pn/frontend/e2e/listeners/HooksNew.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class HooksNew {
@Before
public void startScenario(Scenario scenario) {
logger.info("----- START SCENARIO: {} -----", scenario.getName());
Hooks.scenario = scenario.getName();
HooksNew.scenario = scenario.getName();

scenario.getSourceTagNames().stream()
.filter(tag -> tag.startsWith("@TA_"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
ComeVuoiAccederePage.class,
DashboardPage.class,
NotificationSingleton.class,
SuccessPASection.class
SuccessPASection.class,
LoginPersonaFisicaPagoPA.class

})
@EnableScheduling
Expand Down

0 comments on commit 0cb9ff6

Please sign in to comment.