mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 18:28:59 +03:00
commit
800da337e9
4 changed files with 6 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
@ -55,6 +55,8 @@ public class FileDisplayActivityScreenshotIT extends AbstractIT {
|
|||
|
||||
sut.getListOfFilesFragment().setFabEnabled(false);
|
||||
sut.getListOfFilesFragment().setEmptyListLoadingMessage(false);
|
||||
sut.getListOfFilesFragment().setLoading(false);
|
||||
waitForIdleSync();
|
||||
|
||||
screenshot(sut);
|
||||
}
|
||||
|
@ -68,6 +70,8 @@ public class FileDisplayActivityScreenshotIT extends AbstractIT {
|
|||
|
||||
sut.getListOfFilesFragment().setFabEnabled(false);
|
||||
sut.getListOfFilesFragment().setEmptyListLoadingMessage(false);
|
||||
sut.getListOfFilesFragment().setLoading(false);
|
||||
waitForIdleSync();
|
||||
|
||||
screenshot(sut);
|
||||
}
|
||||
|
|
|
@ -65,6 +65,8 @@ public class SettingsActivityIT extends AbstractIT {
|
|||
public void showMnemonic_Error() {
|
||||
SettingsActivity sut = activityRule.launchActivity(null);
|
||||
sut.handleMnemonicRequest(null);
|
||||
shortSleep();
|
||||
waitForIdleSync();
|
||||
|
||||
screenshot(sut);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue