mirror of
https://github.com/nasa/openmct.git
synced 2025-02-19 08:57:33 +00:00
lint and simplify playwright locator
This commit is contained in:
parent
15b674f3d1
commit
0e940b2883
@ -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}`
|
||||
})
|
||||
|
@ -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}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user