Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-05-27 17:02:32 +01:00
parent 7486338efa
commit 71108fcf39

View file

@ -24,7 +24,6 @@ async function assertNoToasts(session) {
const toastTitle = await session.innerText(h2Element);
throw new Error(`"${toastTitle}" toast found when none expected`);
}
}
async function assertToast(session, expectedTitle) {