Skip to content

Commit 70577cd

Browse files
Update dependency vue-tsc to v3.2.5 (#2836)
* Update dependency vue-tsc to v3.2.5 * Increase timeout for history period sparkline test --------- Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com> Co-authored-by: jasontaylordev <hello@jasontaylor.dev>
1 parent 29e2abc commit 70577cd

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

src/Frontend/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"vite-plugin-checker": "0.12.0",
8181
"vite-plugin-vue-devtools": "8.0.6",
8282
"vitest": "4.0.18",
83-
"vue-tsc": "3.2.4"
83+
"vue-tsc": "3.2.5"
8484
},
8585
"msw": {
8686
"workerDirectory": [

src/Frontend/test/specs/monitoring/history-period.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe("FEATURE: Endpoint history periods", () => {
8383
});
8484
});
8585
describe("RULE: Endpoint history period data should be displayed immediately after the history period is updated", () => {
86-
test(`EXAMPLE: As history periods are selected the endpoint sparkline data should update immediately`, async ({ driver }) => {
86+
test(`EXAMPLE: As history periods are selected the endpoint sparkline data should update immediately`, { timeout: 30000 }, async ({ driver }) => {
8787
//Arrange
8888
await driver.setUp(precondition.serviceControlWithMonitoring);
8989
await driver.setUp(precondition.hasEndpointWithMetricsPoints(14, 9.28, 13.8, 76, 217));

0 commit comments

Comments
 (0)