File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Frontend/test/specs/customchecks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments