cypress test fix : windows case-insensitive file path

This commit is contained in:
Michael Shanks 2020-09-11 11:55:31 +01:00
parent dff89f0e29
commit e664cd32cd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import { Select, Label, TextButton, Spacer } from "@budibase/bbui"
import { store, backendUiStore } from "builderStore"
import fetchBindableProperties from "builderStore/fetchBindableProperties"
import { CloseCircleIcon, AddIcon } from "components/common/icons"
import { CloseCircleIcon, AddIcon } from "components/common/Icons"
import {
readableToRuntimeBinding,
runtimeToReadableBinding,