Skip to content

Commit 17d3451

Browse files
soujaycquirosj
andauthored
Update src/Frontend/test/specs/customchecks/viewing-no-data.spec.ts
Co-authored-by: Christian <[email protected]>
1 parent 656dc45 commit 17d3451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
await driver.setUp(precondition.serviceControlWithMonitoring);
3636
// given that the custom check list is not empty and status of all checks are passing

0 commit comments

Comments
 (0)