diff --git a/e2e/tests/functional/plugins/event/eventTimelineView.e2e.spec.js b/e2e/tests/functional/plugins/event/eventTimelineView.e2e.spec.js index 99f5e5aad7..b8453c63ef 100644 --- a/e2e/tests/functional/plugins/event/eventTimelineView.e2e.spec.js +++ b/e2e/tests/functional/plugins/event/eventTimelineView.e2e.spec.js @@ -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}` }) diff --git a/src/plugins/imagery/components/ImageryTimeView.vue b/src/plugins/imagery/components/ImageryTimeView.vue index 4eb286f6c8..8212ccc538 100644 --- a/src/plugins/imagery/components/ImageryTimeView.vue +++ b/src/plugins/imagery/components/ImageryTimeView.vue @@ -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}`);