Skip to content

Test multi choice field for Dataset#7411

Open
DariaBod wants to merge 15 commits intofb_mvtc_convertfrom
fb_mvtc_test
Open

Test multi choice field for Dataset#7411
DariaBod wants to merge 15 commits intofb_mvtc_convertfrom
fb_mvtc_test

Conversation

@DariaBod
Copy link

@DariaBod DariaBod commented Feb 12, 2026

Rationale

Added test for create and update dataset with multi choice field.

Related Pull Requests

@github-actions
Copy link

ERROR: A pull request from fb_mvtc_test is expected to target develop, not fb_mvtc_convert

checker().verifyEquals("Field data didn't import as expected", values.get("MCF"),
drt.getDataAsText(0, "MCF"));
checker().verifyEquals("Field data didn't import as expected", values.get("CF"),
drt.getDataAsText(0, "CF"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to consider adding a checker().screenShotIfNewError(...) after these lines.

checker().verifyEquals("Field data didn't import as expected", updatedValues.get("MCF"),
drt.getDataAsText(0, "MCF"));
checker().verifyEquals("Field data didn't import as expected", updatedValues.get("CF"),
drt.getDataAsText(0, "CF"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above, consider adding a checker().screenShotIfNewError(...) after these lines.

@DariaBod DariaBod marked this pull request as ready for review February 16, 2026 20:42
@github-actions
Copy link

ERROR: A pull request from fb_mvtc_test is expected to target develop, not fb_mvtc_convert

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.

2 participants