Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-05-27 17:02:32 +01:00
parent 7486338efa
commit 71108fcf39
1 changed files with 0 additions and 1 deletions

View File

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