Skip to content

Commit

Permalink
Update E2E test MSA account
Browse files Browse the repository at this point in the history
  • Loading branch information
hectormmg committed Oct 3, 2024
1 parent 704a8de commit 6a0349b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 155 deletions.
150 changes: 0 additions & 150 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 6a0349b

Please sign in to comment.