debug some more
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
f3dfdbe746
commit
63ac1cb4ab
|
@ -20,13 +20,13 @@ module.exports = async function toastScenarios(alice, bob) {
|
||||||
console.log(" checking and clearing toasts:");
|
console.log(" checking and clearing toasts:");
|
||||||
|
|
||||||
alice.log.startGroup(`clears toasts`);
|
alice.log.startGroup(`clears toasts`);
|
||||||
alice.log.step(`accepts desktop notifications toast`);
|
// alice.log.step(`accepts desktop notifications toast`);
|
||||||
await acceptToast(alice, "Notifications");
|
// await acceptToast(alice, "Notifications");
|
||||||
alice.log.done();
|
// alice.log.done();
|
||||||
|
//
|
||||||
alice.log.step(`accepts analytics toast`);
|
// alice.log.step(`accepts analytics toast`);
|
||||||
await acceptToast(alice, "Help us improve Riot");
|
// await acceptToast(alice, "Help us improve Riot");
|
||||||
alice.log.done();
|
// alice.log.done();
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
try {
|
try {
|
||||||
|
@ -46,13 +46,13 @@ module.exports = async function toastScenarios(alice, bob) {
|
||||||
alice.log.endGroup();
|
alice.log.endGroup();
|
||||||
|
|
||||||
bob.log.startGroup(`clears toasts`);
|
bob.log.startGroup(`clears toasts`);
|
||||||
bob.log.step(`reject desktop notifications toast`);
|
// bob.log.step(`reject desktop notifications toast`);
|
||||||
await rejectToast(bob, "Notifications");
|
// await rejectToast(bob, "Notifications");
|
||||||
bob.log.done();
|
// bob.log.done();
|
||||||
|
//
|
||||||
bob.log.step(`reject analytics toast`);
|
// bob.log.step(`reject analytics toast`);
|
||||||
await rejectToast(bob, "Help us improve Riot");
|
// await rejectToast(bob, "Help us improve Riot");
|
||||||
bob.log.done();
|
// bob.log.done();
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue