Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard page is blank when loaded through the embedded Chromium #2713

Open
sushil-relicx opened this issue Nov 27, 2023 · 0 comments
Open

Comments

@sushil-relicx
Copy link

Describe the bug
The application home page loads as blank intermittently when loaded via the embedded Chromium browser (Version 110.0.5478.0 (Developer Build) (x86_64). The same page loads fine when using Chrome or Chrome Canary

To Reproduce
Run the script a few times and look at the screenshot named "dashboard.png'

const { openBrowser, goto, click, closeBrowser } = require('taiko');
(async () => {
    try {
        await openBrowser();
        await goto ("https://amplify.platform.haleymktg.com/");
        await screenshot({path: './login_page.png'});
        await click ('Continue');
        await click ('Login as Admin');
        await waitFor('5000');
        await screenshot({path: './dashboard.png'});
    } catch (error) {
        console.error(error);
    } finally {
        await closeBrowser();
    }
})();

Paste any log or error messages here

Expected behavior
The page should load as shown here

image

Screenshots
But this is the screenshot captured by Taiko

image

Versions:

  • Taiko: Version: 1.3.10 (Chromium: 110.0.5478.0) RELEASE
  • OS MacBook (Darwin 23.1.0 Darwin Kernel Version 23.1.0)
  • Node.js v20.9.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant