lint and simplify playwright locator

This commit is contained in:
Scott Bell 2025-01-06 10:09:39 +01:00
parent 15b674f3d1
commit 0e940b2883
2 changed files with 0 additions and 2 deletions

View File

@ -96,7 +96,6 @@ test.describe('Event Timeline View', () => {
// turn on extended lines
await page
.getByLabel(eventTimelineView.name)
.getByRole('button', {
name: `Toggle extended event lines overlay for ${eventGenerator1.name}`
})

View File

@ -255,7 +255,6 @@ export default {
return imageObj.time <= this.viewBounds.end && imageObj.time >= this.viewBounds.start;
},
getImageryContainer() {
let containerWidth = this.imageHistory.length ? this.width : 200;
let imageryContainer;
let existingContainer = this.$el.querySelector(`.${CONTAINER_CLASS}`);