Skip to content

Commit fb3b4ae

Browse files
committed
test: Adjust position for button
1 parent 2e83aa9 commit fb3b4ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('GSEControl editor component', () => {
4242
});
4343

4444
it('allows to insert new GSEControl element', async () => {
45-
await sendMouse({ type: 'click', position: [760, 100] });
45+
await sendMouse({ type: 'click', position: [688, 100] });
4646

4747
expect(editEvent).to.have.been.calledOnce;
4848
expect(editEvent.args[0][0].detail.edit[0]).to.satisfy(isInsert);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('ReportControl editor component', () => {
4343
});
4444

4545
it('allows to insert new ReportControl element', async () => {
46-
await sendMouse({ type: 'click', position: [760, 100] });
46+
await sendMouse({ type: 'click', position: [688, 100] });
4747

4848
expect(editEvent).to.have.been.calledOnce;
4949

0 commit comments

Comments
 (0)