Skip to content

Commit b624f7d

Browse files
committed
update test
1 parent 6b956bf commit b624f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Frontend/test/specs/configuration/viewing-license.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ describe("FEATURE: License", () => {
4646
await driver.setUp(precondition.hasExpiredLicense(LicenseType.Subscription, 5)); //license expired 6 days before
4747
await driver.goTo("/configuration/license");
4848
await waitFor(async () => {
49-
expect(await licenseTabList()).toHaveLength(2);
50-
expect(await licenseTabNames()).toEqual(expect.arrayContaining(["License", "Usage Setup"]));
49+
expect(await licenseTabList()).toHaveLength(3);
50+
expect(await licenseTabNames()).toEqual(expect.arrayContaining(["License", "Usage Setup", "Connections"]));
5151
});
5252
});
5353
});

0 commit comments

Comments
 (0)