Skip to content

Commit ec27f35

Browse files
committed
Quick flappy e2e test fix.
1 parent 41b0269 commit ec27f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e-wdio7/specs/embforum.create-site.guest-login.2br.ef.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ describe(`embforum.create-site.guest-login.2br.ef TyTEF_CRSITE_GSTLGI`, () => {
145145
});
146146
it(`... sees another _CSP error about the new domain — it's not typo-domain TyTSEC_FRAMEANC`,
147147
async () => {
148+
await maria_brB.pause(1000); // [E2EBUG] need to wait until message appears
148149
await assert.contentSecurityPolicyViolation(maria_brB,
149150
`frame-ancestors https://typo-domain.example.com`);
150151
});

0 commit comments

Comments
 (0)