Skip to content
Snippets Groups Projects
Commit f8114405 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: e2e dataset browsing issue

parent a557eb03
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ describe('> dataset browser', () => {
await iavPage.selectSearchRegionAutocompleteWithText()
await retry(async () => {
await iavPage.dismissModal()
await iavPage.toggleExpansionPanelState(`${CONST.REGIONAL_FEATURES}`)
await iavPage.toggleExpansionPanelState(`${CONST.REGIONAL_FEATURES}`, true)
}, {
timeout: 2000,
retries: 10
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment