Skip to content

Commit

Permalink
Replace E2E test MSA account (#7358)
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormmg authored Oct 3, 2024
1 parent f820022 commit ed4e1f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('B2C user-flow tests (msa account)', () => {

const labApiParams: LabApiQueryParams = {
userType: UserTypes.B2C,
b2cProvider: B2cProviders.TWITTER,
b2cProvider: B2cProviders.MICROSOFT,
};

const labClient = new LabClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe("Auth Code B2C Tests (msa account)", () => {

const labApiParms: LabApiQueryParams = {
userType: UserTypes.B2C,
b2cProvider: B2cProviders.TWITTER,
b2cProvider: B2cProviders.MICROSOFT,
};

const labClient = new LabClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe("B2C User Flow Tests", () => {

const labApiParams: LabApiQueryParams = {
userType: UserTypes.B2C,
b2cProvider: B2cProviders.TWITTER,
b2cProvider: B2cProviders.MICROSOFT,
};

const labClient = new LabClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe("Silent Flow B2C Tests (msa account)", () => {

const labApiParms: LabApiQueryParams = {
userType: UserTypes.B2C,
b2cProvider: B2cProviders.TWITTER,
b2cProvider: B2cProviders.MICROSOFT,
};

const labClient = new LabClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("B2C user-flow tests (msa account)", () => {

const labApiParams: LabApiQueryParams = {
userType: UserTypes.B2C,
b2cProvider: B2cProviders.TWITTER,
b2cProvider: B2cProviders.MICROSOFT,
};

const labClient = new LabClient();
Expand Down

0 comments on commit ed4e1f3

Please sign in to comment.