-
Notifications
You must be signed in to change notification settings - Fork 242
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
Update SalesforcePlaywright.py #3626
base: main
Are you sure you want to change the base?
Conversation
- Suggested increase default timeout to 90 seconds as 15 seconds is not long enough for some processes - Suggested change, increase viewport size as some items within tables get truncated and robot sometimes misses them. 1080x1920 has been ok for us without issue.
Added some additional keywords which we use in Q brix which can be really helpful |
@GeekStewie Unfortunately we no longer have a Robot Framework expert on our team (still less a Playwright expert). These changes make perfect sense to me, and I assume you're using them in production? Could you add Robot tests in |
Yes these are a copy of the settings we have been using for the last few
months in prod. It will save us making a version of our own and we can just
use the cumulusci robot setup without any modifications if these are
applied.
On Mon, 31 Jul 2023 at 22:46, David Reed ***@***.***> wrote:
@GeekStewie <https://github.com/GeekStewie> Unfortunately we no longer
have a Robot Framework expert on our team (still less a Playwright expert).
These changes make perfect sense to me, and I assume you're using them in
production?
Could you add Robot tests in
cumulusci/robotframework/tests/salesforce/playwright/playwright.robot?
—
Reply to this email directly, view it on GitHub
<#3626 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPTVVK2X2KN2PJB5EW4GCDXTARSHANCNFSM6AAAAAA2O5T5FE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Stewart Anderson
Lead Solution Developer - Salesforce.org
|
Can you confirm what test needs to be added here? The changes apply to the Open test browser keyword which is already tested for in these tests in the suite setup and teardown. |
Suggested change: Increase default timeout to 90 seconds as 15 seconds is not long enough for some processes and browser will incorrectly timeout
Suggested change, increase viewport size as some items get truncated and robot doesn't find them. 1080x1920 has been ok for us without issue.