diff --git a/test/specs/repo/special-property.ts b/test/specs/repo/special-property.ts index d7e38ed6d..a3cb86fcb 100644 --- a/test/specs/repo/special-property.ts +++ b/test/specs/repo/special-property.ts @@ -27,7 +27,7 @@ describe( 'Special:NewProperty', function () { await SpecialNewProperty.labelInput.setValue( 'Property type string' ); await SpecialNewProperty.descriptionInput.setValue( 'A string property' ); await SpecialNewProperty.submit(); - + // wait for the cache to timeout, so the list of properties reflects the change await browser.pause( 1100 );