[bitnami/solr] Wrong files in integration directory (#11146)

Signed-off-by: Daniel Arteaga Barba <darteaga@vmware.com>
This commit is contained in:
Daniel Arteaga
2022-07-13 11:14:48 +02:00
committed by GitHub
parent 9a6afc4c85
commit 9ad18b67b7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/// <reference types="cypress" />
import { random, getBasicAuthHeader } from "./utils";
import { random, getBasicAuthHeader } from "../support/utils";
it("allows accessing the Dashboard", () => {
cy.login();
@@ -39,7 +39,7 @@ it("allows registering a user", () => {
* SolR does also offer the possibility of uploading a file via UI. Nevertheless,
* Cypress seems to struggle setting the Content-Type header to application/json
* and the server refuses to process a octet-stream object. Use the API instead.
*/
*/
it("allows uploading and indexing a file", () => {
cy.fixture("books").then(($books) => {
const formData = new FormData();