diff --git a/packages/hint/tests/lib/types/html.ts b/packages/hint/tests/lib/types/html.ts index 8a6e743d037..f24bded5ce1 100644 --- a/packages/hint/tests/lib/types/html.ts +++ b/packages/hint/tests/lib/types/html.ts @@ -69,8 +69,8 @@ test('HTMLElement.getLocation() should return the element location', (t) => { const item = t.context.document.querySelectorAll('.title')[0]; const location = item.getLocation(); - t.is(location.line, 4); - t.is(location.column, 9); + t.is(location.line, 3); + t.is(location.column, 8); }); test('HTMLElement.isSame() should return if an item is the same or not', (t) => {