Skip to content

navigate to main page and interact with the UI elements#30

Merged
maxrjones merged 2 commits intomainfrom
fix-interactions
Aug 4, 2023
Merged

navigate to main page and interact with the UI elements#30
maxrjones merged 2 commits intomainfrom
fix-interactions

Conversation

@andersy005
Copy link
Member

dataset_dropdown = await page.query_selector(
'xpath=//div[text()="Dataset"]/following-sibling::div//select'
)
await dataset_dropdown.select_option(dataset)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I just changed the prototype behavior to not select a dataset by default. Otherwise, I think we would've still run into the premature metadata requests when testing v3 + 1MB chunks because the map would've loaded as soon as the approach was selected.

Copy link
Member

@katamartin katamartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Copy link
Contributor

@maxrjones maxrjones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks @andersy005!

@maxrjones maxrjones merged commit 59fdd88 into main Aug 4, 2023
@maxrjones maxrjones deleted the fix-interactions branch August 4, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants