Summary
Implement an end-to-end (e2e) test that covers the Import Profile flow introduced in the Manage Profiles page redesign (see PR #1223).
Context
PR #1223 (Manage Profiles page UX improvements) added a split-button dropdown in the masthead of the Profile Manager page that includes a New Profile action and an Import... action. The existing e2e tests in tests/e2e/pages/vscode.page.ts and tests/e2e/tests/base/profile-management.test.ts were updated for label changes (+ New Profile → New Profile, Delete Profile → Delete), but no test currently covers the import flow.
Acceptance Criteria
Related
Requested by: @abrugaro
Summary
Implement an end-to-end (e2e) test that covers the Import Profile flow introduced in the Manage Profiles page redesign (see PR #1223).
Context
PR #1223 (Manage Profiles page UX improvements) added a split-button dropdown in the masthead of the Profile Manager page that includes a New Profile action and an Import... action. The existing e2e tests in
tests/e2e/pages/vscode.page.tsandtests/e2e/tests/base/profile-management.test.tswere updated for label changes (+ New Profile→New Profile,Delete Profile→Delete), but no test currently covers the import flow.Acceptance Criteria
tests/e2e/tests/base/profile-management.test.ts(or a new dedicated file).tests/e2e/pages/vscode.page.ts.Related
Requested by: @abrugaro