From 090f77dc133534bfe6fae87f755732fff0c2c791 Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Fri, 19 May 2017 15:04:30 +0200 Subject: [PATCH] no-jira; close the blue box of the death after suspend a QTI 2.1 test --- src/test/java/org/olat/selenium/page/qti/QTI21Page.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/olat/selenium/page/qti/QTI21Page.java b/src/test/java/org/olat/selenium/page/qti/QTI21Page.java index 11642fafeae..e2cb3390643 100644 --- a/src/test/java/org/olat/selenium/page/qti/QTI21Page.java +++ b/src/test/java/org/olat/selenium/page/qti/QTI21Page.java @@ -246,6 +246,7 @@ public class QTI21Page { browser.findElement(suspendBy).click(); OOGraphene.waitBusy(browser); confirm(); + OOGraphene.waitAndCloseBlueMessageWindow(browser); return this; } -- GitLab