async function deactivateC1(round: number) {
          eventLog.events.length = 0;
          component.showC1 = false;
          await queue.yield();
          assert.html.textContent(appHost, '', `round#${round} - c-1 deactivation - DOM`);