describe("api.getElements", () => {
  const api = new GigasetElementsApi({ email: "", password: "" });

  afterEach(() => {
    nock.cleanAll();