Skip to content

Commit 656dc45

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

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
@@ -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

0 commit comments

Comments
 (0)