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

Remove separate currency field from UI #1299

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Remove separate currency field from UI #1299

wants to merge 1 commit into from

Conversation

stewsk
Copy link
Collaborator

@stewsk stewsk commented Nov 28, 2024

No description provided.

@stewsk
Copy link
Collaborator Author

stewsk commented Nov 28, 2024

Hi @c-kobo and @stefan0816 ,
when I remove the "extra" currency code field from the UI, the following part of the opa test fails:

        When.onTheDetailPage
          .onForm({ section: "Travel", fieldGroup: "PriceData" })
          .iChangeField({ property: "CurrencyCode_code" }, "EUR");

Failure is expected, as CurrencyCode_code is no longer part of the fieldGroup priceData.
I tried removing fieldGroup from the onForm call, but that doesn't help.

Do you have any idea how to set the currency code in the test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant