ui test q-tab-panel
-
i am trying to create an ui test for that i am using concept.io/puppeteer and i have to click on a tab for that however the testing framework cant find the tab to click on is there a way to change the q-tab and or q-tabpanel to set aname or id on the clickable item?
rtegards
Ronald -
you can set things as , class, style, name, id on all( well most) components
-
ok solved this by creating a better selector locate(“div.q-tabs__content div”).last()