Skip to content

Commit 905df71

Browse files
committed
test: fixed data urls after moving
1 parent 4d2726b commit 905df71

38 files changed

+38
-38
lines changed

test/integration/test_cases/web_content/presets/chart/area.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data } from "../../../test_data/chart_types_eu.mjs";
1+
import { data } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/presets/chart/area_percentage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data } from "../../../test_data/chart_types_eu.mjs";
1+
import { data } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/presets/chart/area_splitted.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data_6 } from "../../../test_data/chart_types_eu.mjs";
1+
import { data_6 } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/presets/chart/area_stacked.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data } from "../../../test_data/chart_types_eu.mjs";
1+
import { data } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/presets/chart/bar.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data_6 } from "../../../test_data/chart_types_eu.mjs";
1+
import { data_6 } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/presets/chart/bar_grouped.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data_6 } from "../../../test_data/chart_types_eu.mjs";
1+
import { data_6 } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/presets/chart/bar_percentage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data_6 } from "../../../test_data/chart_types_eu.mjs";
1+
import { data_6 } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/presets/chart/bar_radial.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data_6 } from "../../../test_data/chart_types_eu.mjs";
1+
import { data_6 } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/presets/chart/bar_radial_stacked.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data_6 } from "../../../test_data/chart_types_eu.mjs";
1+
import { data_6 } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/presets/chart/bar_splitted.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { data } from "../../../test_data/chart_types_eu.mjs";
1+
import { data } from "../../../../test_data/chart_types_eu.mjs";
22

33
const testSteps = [
44
(chart) =>

0 commit comments

Comments
 (0)