Tested page URL:
import { Selector } from 'testcafe';
fixture `Angular TodoMVC`
.page('https://manage-test.adtechmedia.io/accounts/signup');
test('Check the application title', async t => {
const appTitle = Selector('h1');
await t.expect(appTitle.textContent).eql('todos');
});
Hi @avozicov,
Thanks for your report. I've reproduced the issue.
If I set the 'https://manage-test.adtechmedia.io/' url as a test page it works correctly. But If I set the signup page ('https://manage-test.adtechmedia.io/accounts/signup') as a test page it's broken.
We'll investigate it and will notify you about our progress.
I've reproduced it in hammerhead-playground as well. /cc @miherlosev @LavrovArtem
Hi @AlexanderMoskovkin ,
Thank you for the prompt reply.
Hi @avozicov,
聽
I see the problem in our proxy.
I've created a separate issue regarding it: https://github.com/DevExpress/testcafe-hammerhead/issues/1349
The fix is published in [email protected]
@AlexanderMoskovkin @miherlosev @VasilyStrelyaev
Great! Thank you very much!
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.
Most helpful comment
The fix is published in
[email protected]