I can't click on the link that is inside of the navigation.
I've tried locating link using class, xpath, css selector
let a = locate('a').withAttr({class: '.full-review'});
I.click(a);
I.click('//*[@id="block-jlr-main-menu"]/ul/li[3]/a');
I.click('#block-jlr-main-menu > ul > li:nth-child(3) > a');
I expect to click on a link and get redirected