diff options
Diffstat (limited to 'src/tests/testbase.h')
| -rw-r--r-- | src/tests/testbase.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tests/testbase.h b/src/tests/testbase.h index 7034cbe41..5b5d7164e 100644 --- a/src/tests/testbase.h +++ b/src/tests/testbase.h @@ -47,6 +47,12 @@ public: /** Returns the item view (icons, details, or columns) */ static QAbstractItemView* itemView(const DolphinView* view); + /** + * Waits until the view emits its finishedPathLoading(const KUrl&) signal. + * Returns false if it is not received within the given number of milliseconds. + */ + static bool waitForFinishedPathLoading(DolphinView* view, int milliseconds=2000); + /** Reloads the view and waits for the finishedPathLoading(const KUrl&) signal. */ static void reloadViewAndWait(DolphinView* view); |
