Skip to content

[PM-43141] Introduce new import source component - #23031

Draft
harr1424 wants to merge 1 commit into
mainfrom
tools/PM-43141-introduce-tools-owned-import-source-somponent-files
Draft

[PM-43141] Introduce new import source component #23031
harr1424 wants to merge 1 commit into
mainfrom
tools/PM-43141-introduce-tools-owned-import-source-somponent-files

Conversation

@harr1424

@harr1424 harr1424 commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

🎟️ Tracking

https://bitwarden.atlassian.net/browse/PM-43141

📔 Objective

This PR introduces all un-owned and Tool Team owned files to implement the new import source component, with minimal review required by UIF team.

This should not be merged until #22953 has merged into main.

📸 Screenshots

Screenshot 2026-09-03 at 14 21 56 Screenshot 2026-09-03 at 14 21 40

});

it("allows navigation when the flag is off", async () => {
const result = await TestBed.runInInjectionContext(() => guard(mockRoute, mockState));
});

it("checks the ImportUpgrade flag specifically", async () => {
await TestBed.runInInjectionContext(() => guard(mockRoute, mockState));
it("redirects to the vault tab and opens the import picker's own extension tab when the flag is on", async () => {
getFeatureFlag.mockResolvedValue(true);

const result = await TestBed.runInInjectionContext(() => guard(mockRoute, mockState));
getFeatureFlag.mockResolvedValue(true);
getAuthStatus.mockResolvedValue(status);

const result = await TestBed.runInInjectionContext(() => guard(mockRoute, mockState));
});

it("allows navigation when the flag is on", async () => {
const result = await TestBed.runInInjectionContext(() => guard(mockRoute, mockState));
});

it("checks the ImportUpgrade flag specifically", async () => {
await TestBed.runInInjectionContext(() => guard(mockRoute, mockState));
it("redirects to the vault tab when the flag is off", async () => {
getFeatureFlag.mockResolvedValue(false);

const result = await TestBed.runInInjectionContext(() => guard(mockRoute, mockState));
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