Some group checks shows on top of the stdout

Hi Team,

I’m running a sample test, but every time one of the groups checks showing on top.
image

Code snippet.
image

Hi Gerard,

That’s probably because that check should be within a group, like:

group('...', function () {
  check(response, {...})
});

Can you try that?

Thanks.

Hi @inanc

The checks showed on the above screen clip is part of the group. I attached the code snippet of the group as well.

It looks like the check is not in the Logout action group from the snippet you shared. Could you check it again?

Good catch @inanc working fine now.

1 Like