- 07 Jun, 2022 3 commits
- 06 Jun, 2022 3 commits
-
-
caleb authored
-
bugclerk authored
(cherry picked from commit 42a20df157b3f8fd45ccdb01db3f74f8f926a04d) Co-authored-by:
Boris Vasilenko <bvasilenko@ixsystems.com>
-
RehanY147 authored
-
- 04 Jun, 2022 1 commit
-
-
Evgeny Stepanovych authored
-
- 02 Jun, 2022 2 commits
- 01 Jun, 2022 1 commit
-
-
Evgeny Stepanovych authored
-
- 31 May, 2022 1 commit
-
-
bugclerk authored
-
- 25 May, 2022 1 commit
-
-
RehanY147 authored
-
- 19 May, 2022 1 commit
-
-
Eric Turgeon authored
* Moved code to disable AD under scenario of test_NAS_T1124.py * Added code to make sure we enable SMB server if asked for it. * Fixed asset type in some smb test * Remove extra code in test_NAS_T1124.py cleanup * Adding more time to status active just to be safe. Sometime machinaris runs out of times. * Fixed bad merge of tests/bdd/scale/test_NAS_T1342.py * Update machinaris-test status wait to 500 seconds
-
- 18 May, 2022 2 commits
-
-
RehanY147 authored
-
Denys Butenko authored
-
- 17 May, 2022 1 commit
-
-
q5sys (JT) authored
* reorder tests * update pytest * fix my tupos * extend wait time * update button ref * extend wait time * update xpath * extend wait time
-
- 13 May, 2022 4 commits
-
-
AlexKarpov authored
-
Tim Moore authored
Remove text about rc.conf and loader variables as these no longer apply in SCALE.
-
Damian Szidiropulosz authored
-
bugclerk authored
-
- 05 May, 2022 2 commits
-
-
AlexKarpov authored
-
RehanY147 authored
-
- 04 May, 2022 1 commit
-
-
bugclerk authored
NAS-115713 / 22.02.2 / NAS-115713: New api endpoint to be used for recordsize choices for webUI (by undsoft) (#6658)
-
- 27 Apr, 2022 2 commits
-
-
AlexKarpov authored
NAS-115665: 13.0 Nightly and Angelfish build in the User Edit UI sometimes the primary group is missing (#6635)
-
bugclerk authored
NAS-110523 / 22.02.2 / NAS-110523: Sets checksum to SHA512 by default and adds a warning (by undsoft) (#6636)
-
- 26 Apr, 2022 4 commits
-
-
AlexKarpov authored
-
bugclerk authored
NAS-114143 / 22.02.1 / Nas 114143 Deleted the translation for the keys of object (by Raz-Dva) (#6606)
-
AlexKarpov authored
-
Evgeny Stepanovych authored
-
- 14 Apr, 2022 1 commit
-
-
q5sys (JT) authored
* add test * give more time for the slide out to open * add test * a few test tweaks * fix which image to delete * add please wait code * update please wait code * add more time for the UI to settle and fix def * remove line * remove extra ( * add test * fix which image to delete * add more time for the UI to settle and fix def * remove line * test updates * give longer wait for installing dialog box * give longer wait for the apps tab to change and reload * add test * give more time for the slide out to open * a few test tweaks * add please wait code * update please wait code * remove extra ( * add test * fix which image to delete * add more time for the UI to settle and fix def * remove line * test updates * add test * give longer wait for installing dialog box * give longer wait for the apps tab to change and reload * add debug flags * add debug flag * add import statement * add test to debug cycle * add test * Adding code to make the cancel button does not case the UI test to crash * remove return to dashboard * add clickable check * copy exact text string from html * add longer wait time * add longer wait time * extend wait for installing popup * Merge branch 'DOCS-3203' of https://github.com/truenas/webui into DOCS-3203 * add longer wait for success dialog * add additional scroll action * specify three dots better * extend wait time * test updates * fix merge * test update * Merge branch 'DOCS-3203' of https://github.com/truenas/webui into DOCS-3203 * adjust wait time for app startup * adjust wait time for apps ui to update * adjust wait time for apps ui to update * adjust wait time for dashboard to load * adjust wait time for apps ui to update * adjust wait time for dashboard to load * adjust wait time for apps page yet again * adjust wait time for apps page so elements are available * re-add missing action * Changed the refresh to be before login in test_NAS_T1257.py * Improved the refresh in test_NAS_T1257.py * Make sure Active Directory and LDAP are both disabled * Make sure that Please wait is there * Improved test_NAS_T1129.py to verify LDAP are disabled * Improved some SMB UI test * Fixed test_NAS_T1354.py with wait on "Please wait" to disappear * Pass "add the user to group root for later tests" step Eric is already in root group * Fixed test_NAS_T1134.py and test_NAS_T1137.py * Improved test_NAS_T1353.py * Improved test_NAS_T1286.py instead of a sleep wait for apps UI * Improved confirm deletion is successful in test_NAS_T1354.py * Improve TRUECHARTS xpath in test_NAS_T1353.py * Adding wait on Please wait to disappear in test_NAS_T1129.py * Added 2 seconds of sleep after going to be sure that the UI has settled * Fixed test_NAS_T1131.py steps to do the same thing then core UI test * Fixed dataset path in test_NAS_T1137.py * Fixed assert for sending testfile2.txt in test_NAS_T1133.py * improved test_NAS_T1356.py * Added improvement to test_NAS_T1357.py * Improved wait on loading APP UI in test_NAS_T1356.py * Fixed some wait in APP tests * Fixed some wait timing issues in some APP test. * Make sure Installed Applications are loaded in test_NAS_T1356.py * change the sleep to 3 second in test_NAS_T1286.py * Fixed and improved test case NAS-T1104 code * Fixed and improved test case NAS-T1119 code * Replace -W AD01 by -W AD02 in test case NAS-T1123 and NAS-T1124 * Fixed Owner Group with group_name variable in NAS-T1104 and NAS-T1119 * Fix wait_on_element Group - {group_name} in NAS-T1104 and NAS-T1119 * Removed dataset_name from the last dif in test_NAS_T1104.py * correct final state check * change assert * Upped wait on Stopping to disappear to 3 minutes * Improved ssh test speed at setting root login * Improved system test speed at the dialog to change it * Fixed "verify that the CA was deleted" step in test_NAS_T1264.py * Fixed all certification test that verify deletion with wait_on_element_disappear * Cleaned test_NAS_T1258.py * Changed test_NAS_T1357.py to use nextcloud and improved some waits I also have changed bumped some wait from 60 and 20 to 180. Looks like sometime it the status change takes longer some times My flake8 OCD did make me clean some code. * Added FAILED to look at on UI test failure to close. * Fixed nextcloud burger xpath * Added zfs-driver to look at sometimes it is there * Replaced zfs-driver by rancher in test_NAS_T1285.py * make sure that group name input is ready in test_NAS_T1250.py * Changed the wait for active APP to 5 minutes In case the network become slow, like a saw today * Adding wait on element to make sure most UI is loaded in NAS_T1357 * Added code sure Please wait pop up is gone before continuing * Fixing Application Events with proper wait instead of sleep. * Improved point of failures in test_NAS_T1247.py * Improved code dealing with pool UI in T1104, T1119, T1120, T1122 * Adding some improvement with The loading circle in test_NAS_T1357.py Co-authored-by:
ericbsd <ericturgeon.bsd@gmail.com>
-
- 07 Apr, 2022 5 commits
-
-
Denys Butenko authored
-
Evgeny Stepanovych authored
-
Evgeny Stepanovych authored
-
Evgeny Stepanovych authored
-
AlexKarpov authored
-
- 30 Mar, 2022 1 commit
-
-
Evgeny Stepanovych authored
-
- 28 Mar, 2022 1 commit
-
-
RehanY147 authored
-
- 22 Mar, 2022 3 commits
-
-
Dremor authored
-
AlexKarpov authored
-
AlexKarpov authored
-