Skip to content

Commit 86737c9

Browse files
committed
Merge branch 'add-customchecks-acceptance-tests-js' of https://github.com/Particular/ServicePulse into add-customchecks-acceptance-tests-js
2 parents 7579f0d + 17d3451 commit 86737c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Frontend/test/specs/customchecks/viewing-no-data.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe("FEATURE: No data", () => {
1111
When navigating to the custom checks tab
1212
Then a message is shown "No failed custom checks"
1313
*/
14-
test("EXAMPLE: 'No failed custom checks' should be displayed when there are no custom checks", async ({ driver }) => {
14+
test("EXAMPLE: There are no failed or passing custom checks", async ({ driver }) => {
1515
//Arrange
1616
await driver.setUp(precondition.serviceControlWithMonitoring);
1717
// given that the custom check list is empty
@@ -30,7 +30,7 @@ describe("FEATURE: No data", () => {
3030
When navigating to the custom checks tab
3131
Then a message is shown "No failed custom checks"
3232
*/
33-
test("EXAMPLE: 'No failed custom checks' should be displayed when all custom checks are in a success state", async ({ driver }) => {
33+
test("EXAMPLE: There are custom checks but none of them are failing", async ({ driver }) => {
3434
//Arrange
3535
// vi.useFakeTimers();
3636
await driver.setUp(precondition.serviceControlWithMonitoring);

0 commit comments

Comments
 (0)