Skip to content

Commit 38bc39e

Browse files
removed non updated expect
1 parent e86c76a commit 38bc39e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/frontend/e2e/tests/RxD.test.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,6 @@ describe('RxD testing', () => {
235235

236236
await RxD_page.waitForSelector('#simple-tabpanel-0')
237237

238-
//TO CHANGE
239-
const regions_text = await RxD_page.$$eval('#simple-tabpanel-0', regions_text => {
240-
return regions_text.map(regions_text => regions_text.innerText)
241-
})
242-
243-
expect(regions_text[0]).toContain('Regions')
244-
245238
console.log('RxD Tab Opened')
246239

247240
})

0 commit comments

Comments
 (0)