describe("the front-end", () => {
  beforeAll(async () => {
    await page.goto("http://localhost:8787/");
  });