Skip to content

Commit e1c38d6

Browse files
committed
method rename
1 parent 88262f1 commit e1c38d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/tahanima/e2e/login/LoginE2ETest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void createBrowserContextAndPage() {
3737
}
3838

3939
@AfterMethod(alwaysRun = true)
40-
public void captureScreenshotAndCloseBrowserContext(ITestResult result) {
40+
public void captureScreenshotOnFailureAndCloseBrowserContext(ITestResult result) {
4141
ITestNGMethod method = result.getMethod();
4242

4343
if (ITestResult.FAILURE == result.getStatus()) {

0 commit comments

Comments
 (0)