Skip to content

Commit

Permalink
QA-5637 removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tulli086 committed Feb 19, 2025
1 parent c49fabf commit 04a5551
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private <T> void notificationCanBeRetrievedWithIUN(AtomicReference<T> notificati
.isNotNull();

} catch (AssertionError assertionError) {
sharedSteps.throwAssertFailerWithIUN(assertionError);//note
sharedSteps.throwAssertFailerWithIUN(assertionError);
}
}

Expand Down Expand Up @@ -570,7 +570,7 @@ public void documentDownloadPerDestinatario(String type, int destinatario) {

@When("viene richiesto il download del documento {string} inesistente")
public void documentAbsentDownload(String type) {
getDownloadFile(type, sharedSteps.getSentNotification().getIun(), 0);//note
getDownloadFile(type, sharedSteps.getSentNotification().getIun(), 0);
}

@When("viene richiesto il download del documento {string} inesistente per il destinatario {int}")
Expand Down Expand Up @@ -633,7 +633,7 @@ public void operationProducedAnErrorWithMessage(String statusCode, String errore
assertSoftly(softly -> {

softly.assertThat(httpStatusCodeException)
.as("Verifica che l'eccezione non sia nulla")
.as("Verifica che l' http status code dell'eccezione in SharedSteps non sia nulla")
.isNotNull();

if (httpStatusCodeException != null) {
Expand Down

0 comments on commit 04a5551

Please sign in to comment.