Testcafe: Clicking on a tab just highlights and doesnt switch the tab

Created on 4 Sep 2020  路  4Comments  路  Source: DevExpress/testcafe

What is your Test Scenario?

It should test switching between the tabs and assert that the tab is the expected one.

What is the Current behavior?

At the moment when click on the tab it just highlight the tab and it doesn't return any data.

What is the Expected behavior?

It should return item 3D visualization

What is聽your web application and聽your TestCafe聽test code?

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)
});

Steps to Reproduce:

  1. Go to https://uk.misumi-ec.com/vona2/detail/110302634310/?PNSearch=SFJ3-30&HissuCode=SFJ3-30&searchFlow=suggest2products&Keyword=SFJ3-30
  2. Click on 3D Preview tab
  3. It doesnt return any data, just highlight the tab

Your Environment details:

  • testcafe version: 1.9.2
  • node.js version: 12.16.3
  • command-line arguments: testcafe chrome ....
  • browser name and version: chrome 85.0.4183.83
  • platform and version: Windows 10
  • other:

Tested the same scenario with Selenium and Puppeteer and it works. I suspect something with the proxy

level 1 Need research automations bug

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

multivoltage picture multivoltage  路  3Comments

Lukas-Kullmann picture Lukas-Kullmann  路  3Comments

madroneropaulo picture madroneropaulo  路  3Comments

calisven picture calisven  路  3Comments

fnlctrl picture fnlctrl  路  3Comments