Skip to content

Commit 3149aac

Browse files
committed
Removed unnecessary code
1 parent 9142d65 commit 3149aac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/com/serenitydojo/playwright/toolshop/contact/ContactFormTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,4 @@ void invalidEmailField(String invalidEmail, Page page) {
140140

141141
assertThat(page.getByRole(AriaRole.ALERT)).hasText("Email format is invalid");
142142
}
143-
144-
// @AfterEach
145-
// public void tearDown(Page page) {
146-
// Allure.addAttachment("End of Test Screenshot", new ByteArrayInputStream(page.screenshot()));
147-
// }
148143
}

0 commit comments

Comments
 (0)