Skip to content

Commit

Permalink
fix token recapiti
Browse files Browse the repository at this point in the history
  • Loading branch information
angelominisci committed Nov 1, 2024
1 parent 0c068f8 commit 978ad45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/it/pn/frontend/e2e/listeners/HooksNew.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ public void endScenario(Scenario scenario) throws IOException {
}

@After("@DeleghePF or @DeleghePG")
@Before("@DeleghePF or @DeleghePG")
@And("Revoca deleghe se esistono")
public void clearDelegate() {
logger.info("Revoking all delegations...");
Expand All @@ -143,7 +142,6 @@ public void clearDelegate() {

@After("@File")
public void clearDirectory() {
//var folderPath = System.getProperty("downloadFilePath");
var folderPath = webDriverConfig.getDownloadFilePath();
var folder = new File(folderPath);
if (folder.isDirectory()) {
Expand All @@ -160,7 +158,6 @@ public void clearDirectory() {
}

@After("@recapitiPF or @recapitiPG")
@Before("@recapitiPF or @recapitiPG")
@And("Rimuovi tutti i recapiti se esistono")
public void clearRecapiti() {
var digitalAddresses = restContact.getAllDigitalAddress();
Expand Down

0 comments on commit 978ad45

Please sign in to comment.