Skip to content

Selenium test for list with mvtc folder export/import#2968

Open
XingY wants to merge 3 commits intodevelopfrom
fb_issue1099
Open

Selenium test for list with mvtc folder export/import#2968
XingY wants to merge 3 commits intodevelopfrom
fb_issue1099

Conversation

@XingY
Copy link
Copy Markdown
Contributor

@XingY XingY commented Apr 28, 2026

Rationale

Add test for folder export/import with lists that has MVTC fields.

Related Pull Requests

Changes

@XingY XingY requested a review from cnathe April 28, 2026 18:53
private static final String LIST_TEXT_FIELD = "Str";
private static final String LIST_MVTC_FIELD = "LMVTC_Field";
private static final List<String> LIST_VALUES = Arrays.asList("L1", "L2|withPipes|", "L3", "L4");
private static final List<String> LIST_MVTC_VALUES = Arrays.asList("M1", "M2", "M3");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

test changes look good below, but is it worth adding any more variety or special characters to the MVTC field name or field values at all?

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