Skip to content

Commit b528dac

Browse files
committed
test: fixed data urls after moving
1 parent 5069d20 commit b528dac

28 files changed

+28
-28
lines changed

test/integration/test_cases/web_content/removed/animated/composition_comparison_pie_coxcomb_column_2dis_2con.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/infinite_data.mjs";
1+
import { data } from "../../../../test_data/infinite_data.mjs";
22

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/removed/animated/composition_comparison_waterfall_column_2dis_1con.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/removed/animated/composition_percentage_area_stream_3dis_1con.mjs

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

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/removed/animated/composition_percentage_column_3dis_1con.mjs

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

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/removed/animated/composition_percentage_column_stream_3dis_1con.mjs

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

33
const testSteps = [
44
(chart) =>

test/integration/test_cases/web_content/removed/animated/distribution_relationship_dotplot_dotplot.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/removed/animated/drill_aggreg_improve_line.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/removed/animated/drilldown_aggregate_line.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/removed/animated/merge_split_area_stream_3dis_1con.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/removed/animated/merge_split_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) =>

0 commit comments

Comments
 (0)