Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Remove ToDo message about sleep #170

Merged
merged 1 commit into from
Mar 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/acceptance/features/lib/UsersPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,7 @@ public function openAppSettingsMenu() {
// then the click is not effective.
// This results in intermittent test fails, because the expected
// setting does not happen.
// ToDo: some day sort out how to query the settings menu div in a loop
// and wait until the animation has stopped
// Ref: https://github.com/owncloud/core/issues/34689
\sleep(1);
}

Expand Down