1. 14 Oct, 2022 1 commit
  2. 10 Oct, 2022 1 commit
  3. 03 Oct, 2022 1 commit
  4. 21 Sep, 2022 2 commits
  5. 20 Sep, 2022 1 commit
    • Eric Turgeon's avatar
      AUTO-238 / 22.02.5 / Added UI test dependency and fixed UI test 22.02.04 (#7106) · c80a0652
      Eric Turgeon authored
      * Replaced TestCaseKey with ignore PytestUnknownMarkWarning in pytest.ini
      
      * Adding test dependencies to scale UI tests
      
      This will allow use to have less false positive.
      
      * Added the code to marked skipped test blocked in Jira
      
      * Fixed missing AD_Setup test dependency
      
      * Adding code to make sure that we close SMB Service window if there
      
      * Remove scrollIntoView in test_NAS_T1062.py
      
      * Remove scrollIntoView in test_NAS_T102.py
      
      * Remove scrollIntoView in test_NAS_T247.py
      
      * Fixed Certificate_Authority test dependency name
      
      * Fixed Edit ACL xpath in test_NAS_T1237.py
      
      * Added back commented code to click on Available Applications
      
      * Fixed App initial setup test dependency
      
      * added if nextcloud is not on the first page go next page in MAS_T1357
      
      * Add missing wait for mat-spinner to disappear in test_NAS_T1334.py
      
      * Adding missing wait for mat-spinner to disappear in all App UI test
      
      * Added sleep of 5 second after stopping the nextcloud container
      
      * Changed the wait for machinaris-test to 15 minutes
      c80a0652
  6. 16 Sep, 2022 1 commit
  7. 14 Sep, 2022 2 commits
  8. 08 Sep, 2022 1 commit
  9. 26 Aug, 2022 2 commits
  10. 25 Aug, 2022 2 commits
  11. 22 Aug, 2022 1 commit
  12. 20 Aug, 2022 1 commit
  13. 19 Aug, 2022 1 commit
  14. 17 Aug, 2022 2 commits
  15. 12 Aug, 2022 1 commit
  16. 10 Aug, 2022 1 commit
  17. 08 Aug, 2022 1 commit
  18. 05 Aug, 2022 1 commit
  19. 04 Aug, 2022 1 commit
    • Eric Turgeon's avatar
      DOCS-4072 / 22.02.4 / fixed UI test cases changes and added missing steps for... · f5ce7b5b
      Eric Turgeon authored
      DOCS-4072 / 22.02.4 / fixed UI test cases changes and added missing steps for 22.02.3 and 22.02.4 (#6936)
      
      * Restore Fixes for tests/bdd/scale/test_NAS_T1285.py
      
      * Fixed NAS-T1119 and NAS-T1104 missing waits
      
      * Adding missing step `set Resource Limits` in validate all apps
      
      * Fixed Who Group xpath in NAS-T1119 and NAS-T1104
      
      * Fixed Delete button in NAS_T1335.py
      
      * Fixed removing Group - builtin_administrators in NAS-T1134 and NAS-T1131
      
      * Added new step in tests/bdd/scale/test_NAS_T1356.py
      
      * Changed click on delete to click on the button instead of the span
      f5ce7b5b
  20. 02 Aug, 2022 2 commits
  21. 29 Jul, 2022 1 commit
  22. 21 Jul, 2022 2 commits
  23. 20 Jul, 2022 1 commit
  24. 18 Jul, 2022 1 commit
  25. 11 Jul, 2022 1 commit
    • themylogin's avatar
      Fix test mail subject (#6867) · a74c9bef
      themylogin authored
      Middleware adds TrueNAS and hostname too so the resulting subject is
      `TrueNAS truenas.local: TrueNAS Test Message hostname: truenas` which
      looks strange.
      a74c9bef
  26. 04 Jul, 2022 1 commit
  27. 24 Jun, 2022 1 commit
    • Eric Turgeon's avatar
      DOCS-3067 / 22.22 / Add HA test changes and fixes (#6828) · a01d1986
      Eric Turgeon authored
      * Removed wait_on_element mat-spinner progressbar
      
      * Fixed the test changing a the system pool on HA
      
      * Fixed bad xpath in test_NAS_T0961.py
      
      * Changed the wait on progress bar to disappear to 15 seconds
      
      * Change wait mat-progress-bar to disappear to 20 seconds
      
      * added 5 second sleep after HA enable in NAS-T961
      
      * Fixed SSH General Options xpath in test_NAS_T0945.py
      
      * Fixed License save button xpath in test_NAS_T0946.py
      
      * Fixed SSH service xpaths in test_NAS_T0945.py
      
      * Remove looking for badge to go away in test_NAS_T0962.py
      
      * Update the expending user xpath in all the HA test that edit a user
      
      * Updated the User Edit button xpath
      
      * Fixed user drop down verification in some user test.
      
      * Fixed root user drop down
      
      * Fixed "Permit Sudo" xpath
      
      * Added condition to skip greeting if missing
      
      * Improved set root ssh step in ha-bhyve02/test_NAS_T0945.py
      
      * Changed some HA setting in test NAS-T946
      
      * Improved changing System Dataset Pool test_NAS_T0961.py
      
      * Fixed Home Directory xpath
      
      * Fixed the xpath for Home Directory in ha-bhyve02/test_NAS_T0952.py
      
      * Improved adding email to user test
      
      * Fixed xpath in ha-bhyve02/test_NAS_T0953.py
      
      * Fixed xpath in ha-bhyve02/test_NAS_T0954.py
      
      * Improved waits in ha-bhyve02/test_NAS_T0952.py
      
      * Fixed xpath and improved wait in ha-bhyve02/test_NAS_T0960.py
      
      * replaced tn-bhyve01-nodeb by truenas-b to test failover
      
      * Fixed FAILOVER button xpath in test_NAS_T0961.py and test_NAS_T0962.py
      
      * add a longer wait_on_element_disappear for System Dataset Pool tank
      
      * removed unused code from test_NAS_T0946.py
      
      Also up the wait of Please wait to disappear after saving network configuration
      
      * Fixed node host name in tests/bdd/ha-bhyve02/test_NAS_T0961.py
      
      * Moved hostname step after HA is enable in the HA set up test.
      
      * Fixed host1 in tests/bdd/ha-bhyve02/test_NAS_T0946.py
      
      * Change clickable for inputable in the wait for the second host input
      
      * Added more verification and a sleep of 5 second after HA online
      
      * Added code refresh UI and make sure we are on the Dashboard in NAS-T961
      
      * Moved the refresh before looking for ha_enabled in NAS-T961
      
      * Revert "Moved the refresh before looking for ha_enabled in NAS-T961"
      
      This reverts commit aeb89faecd6c88db0d54d6a098cbe5ab3b899abf.
      a01d1986
  28. 23 Jun, 2022 1 commit
  29. 21 Jun, 2022 1 commit
  30. 17 Jun, 2022 1 commit
  31. 16 Jun, 2022 1 commit
  32. 13 Jun, 2022 2 commits
    • Eric Turgeon's avatar
      DOCS-3805 22.02.3 patch 2 to fix 2 random issues in UI test (#6786) · 0cbd9bef
      Eric Turgeon authored
      * Added line to wait for System Dataset Pool before scrolling in NAS-T1102
      
      * Add more time to wait for SMB RUNNING status in test_NAS_T1129.py
      0cbd9bef
    • Eric Turgeon's avatar
      DOCS-3805 / 22.02.3 / Update and fixed UI test case using Jira (#6782) · 58c5184a
      Eric Turgeon authored
      * Added missing wait to disappear for please wait and Updating Dataset ACL
      
      In tests/bdd/scale/test_NAS_T1237.py
      
      * Added new step with code in tests/bdd/scale/test_NAS_T1343.py
      
      The Choose a pool for Apps only appear on Available Applications tab now
      
      * Added missing step in NextCloud App UI test
      
      * Adding missing step and changed the catalog repos in NAS-T1536
      
      * Fixed charts verification
      
      * Fixed the Warning xpath in tests/bdd/scale/test_NAS_T1536.py
      
      * Added missing wait on please wait to disappear in test_NAS_T1237.py
      
      * Fixed Remove Catalog test with the new chart name
      
      * Adding wait for Start box when stopping AD.
      
      * Added code to make sure SMB is running in test_NAS_T1129.py
      
      * Changed the wait for machinaris status active to 10 minutes
      58c5184a