It should test switching between the tabs and assert that the tab is the expected one.
At the moment when click on the tab it just highlight the tab and it doesn't return any data.
It should return item 3D visualization
app = https://uk.misumi-ec.com/
Just pasted all you need to access the item and the 3D preview tab
test.only.page('https://uk.misumi-ec.com/vona2/detail/110302634310/?PNSearch=SFJ3-30&HissuCode=SFJ3-30&searchFlow=suggest2products&Keyword=SFJ3-30')('Click test', async t => {
await t.click(Selector('#Tab_preview'));
await t.wait(10000)
});
Tested the same scenario with Selenium and Puppeteer and it works. I suspect something with the proxy
Thank you for reporting this issue. I have managed to replicate this behavior. Our team will research it and find a suitable solution.
Thank you for reporting this issue. I have managed to replicate this behavior. Our team will research it and find a suitable solution.
Thank you very much for your assistance.
Any update on the issue?
No updates yet. Once we get any results, we will share them here.