Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Oct 26, 2023
1 parent 7d8ce1e commit 3e1fdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/repo/special-property.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down

0 comments on commit 3e1fdf6

Please sign in to comment.