Skip to content

Commit 49f4691

Browse files
fixup
1 parent 5875d41 commit 49f4691

File tree

48 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3
-3
lines changed

editors/gsecontrol/gse-control-editor.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('GSEControl editor component', () => {
181181
describe('with unreferenced DataSet', () => {
182182
beforeEach(async () => {
183183
await setViewport({ width: 1200, height: 800 });
184-
await sendMouse({ type: 'click', position: [150, 300] });
184+
await sendMouse({ type: 'click', position: [150, 340] });
185185
await timeout(200);
186186
});
187187

editors/report/report-control-editor.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ describe('ReportControl editor component', () => {
186186
describe('with unreferenced DataSet', () => {
187187
beforeEach(async () => {
188188
await setViewport({ width: 1200, height: 800 });
189-
await sendMouse({ type: 'click', position: [150, 300] });
189+
await sendMouse({ type: 'click', position: [150, 340] });
190190
await timeout(200);
191191
});
192192

editors/sampledvalue/sampled-value-control-editor.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('SampledValueControl editor component', () => {
181181
describe('with unreferenced DataSet', () => {
182182
beforeEach(async () => {
183183
await setViewport({ width: 1200, height: 800 });
184-
await sendMouse({ type: 'click', position: [150, 300] });
184+
await sendMouse({ type: 'click', position: [150, 340] });
185185
await timeout(200);
186186
});
187187

0 commit comments

Comments
 (0)