You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a page object yaml file with two included files.
Put a space after the comma before the second page object
RESULT: The second page object file cannot be found because there is a space before the name.
EXPECTED: The page object would be found because the name is trimmed before the search happens.
This should probably be fixed in the FileManager
The text was updated successfully, but these errors were encountered:
I think this addresses the issue, but not sure if there needs to be a better suited integration test? I couldn't figure out the right way to create a page object and have the included pages also be loaded
On Mon, Aug 1, 2022, 8:53 AM AMehtaSL ***@***.***> wrote:
Hi, I created a PR for this issue here: #405
<#405>
I think this addresses the issue, but not sure if there needs to be a
better suited integration test? I couldn't figure out the right way to
create a page object and have the included pages also be loaded
—
Reply to this email directly, view it on GitHub
<#392 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFSR66LRHICFFO73PCSRNPTVW7CDJANCNFSM54TLXDYA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
RESULT: The second page object file cannot be found because there is a space before the name.
EXPECTED: The page object would be found because the name is trimmed before the search happens.
This should probably be fixed in the FileManager
The text was updated successfully, but these errors were encountered: