summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/browser
Commit message (Expand)AuthorAgeFilesLines
* bitbake: toaster/tests: Fix automated testing failuresRichard Purdie2025-06-211-0/+2
* bitbake: toaster/tests/browser/layerdetails: Drop unwanted test skipping/exce...Richard Purdie2024-10-241-29/+9
* bitbake: toaster/tests/browser/helper: Add wait for jquery to completeRichard Purdie2024-10-241-0/+2
* bitbake: toaster/tests/browser: Add various fixes for test failures encounteredRichard Purdie2024-10-244-7/+13
* bitbake: toaster/tests/browser/helper: Add wait_until_element_clickable funcitonRichard Purdie2024-10-241-0/+7
* bitbake: toaster/tests/browser/helper: Improve wait_until_clickable exception...Richard Purdie2024-10-241-11/+3
* bitbake: toaster/tests/browser/helpers: Drop remains of polling/sleep callsRichard Purdie2024-10-241-10/+7
* bitbake: toaster/tests/browser/helpers: Add not visible wait functionRichard Purdie2024-10-241-0/+7
* bitbake: toaster/tests/functional/helpers: Drop unneeded poll values and sleepRichard Purdie2024-10-241-1/+0
* bitbake: toaster/tests/browser: Drop unneeded poll parametersRichard Purdie2024-10-247-20/+20
* bitbake: toaster/tests/browser: Increase the default wait timeoutRichard Purdie2024-10-241-1/+1
* bitbake: tests/browser: Avoid python 3.9 syntaxRichard Purdie2024-10-141-1/+4
* bitbake: toaster/tests/brwoser: Add wait for element callsRichard Purdie2024-10-141-0/+11
* bitbake: toaster/tests/selenium_helper_base: Handle WebDriverExceptionRichard Purdie2024-10-141-1/+4
* bitbake: toaster/tests: Bug-fix ToasterTable show_rows testcasesAlassane Yattara2024-01-102-3/+5
* bitbake: toaster/tests: Bug-fix "element not interactable" in TestLayerDetail...Alassane Yattara2024-01-101-1/+8
* bitbake: toaster/tests: bug-fix "#hint-error-project-name" should be visibleAlassane Yattara2024-01-101-1/+3
* bitbake: toaster/tests: Setup delay after driver action self.get(url)Alassane Yattara2024-01-104-1/+12
* bitbake: toaster/tests: Delay driver first action on create new project pageAlassane Yattara2024-01-071-0/+1
* bitbake: toaster/tests: bug-fix An element matching "#projectstable" should b...Alassane Yattara2024-01-011-0/+2
* bitbake: toaster/tests: bug-fix element click intercepted in browser/test_lay...Alassane Yattara2023-12-152-6/+39
* bitbake: toaster/tests: fix chrome argument syntax and wait for driver exitAlexander Lussier-Cullen2023-12-151-1/+3
* bitbake: toaster/tests: Exit tests on chromedriver creation failureAlexander Lussier-Cullen2023-12-151-6/+8
* bitbake: toaster: Add verbose printout for missing chrome(driver) dependenciesAlexander Lussier-Cullen2023-12-121-2/+21
* bitbake: toaster: Added new feature to import eventlogs from command line int...Marlon Rodriguez Garcia2023-12-122-3/+1
* bitbake: toaster/tests: bug-fix tests writing files into /tmp on the autobuil...Alassane Yattara2023-12-0812-52/+69
* bitbake: toaster: Fix assertRegexpMatches deprecation warningsRichard Purdie2023-12-062-6/+6
* bitbake: bb/toaster: Fix assertEquals deprecation warningsRichard Purdie2023-12-062-6/+6
* bitbake: toaster/test: delay driver action until elements to appearAlassane Yattara2023-12-062-2/+8
* bitbake: toaster/test: from test_no_builds_message.py wait for the empty stat...Alassane Yattara2023-12-061-0/+1
* bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_pageAlassane Yattara2023-12-061-24/+32
* bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleepAlassane Yattara2023-12-021-5/+8
* bitbake: toaster/tests: Add UI TestCase for visualize all projects show rowsAlassane Yattara2023-11-231-0/+34
* bitbake: toaster/tests: Add UI TestCase for visualize all projects edit columnAlassane Yattara2023-11-231-0/+58
* bitbake: toaster/tests: Add UI TestCase for Visualize all projectsAlassane Yattara2023-11-231-0/+34
* bitbake: toaster/tests: Add UI TestCase for deleting projectAlassane Yattara2023-11-161-0/+103
* bitbake: toaster: fix obsolete use of find_element_by_link_textTim Orling2023-11-141-9/+10
* bitbake: toaster: use docs for BitBake link on landing pageTim Orling2023-11-141-1/+1
* bitbake: toaster/tests: Add UI TestCase to test "show rows" feature, change d...Alassane Yattara2023-11-141-12/+52
* bitbake: toaster/tests: Add UI TestCase to test "edit column" feature show/hi...Alassane Yattara2023-11-141-0/+59
* bitbake: toaster/tests: Add UI TestCase to test filtering feature on 'complet...Alassane Yattara2023-11-141-2/+78
* bitbake: toaster/tests: Add UI TestCase to test the filtering feature on 'fai...Alassane Yattara2023-11-141-0/+38
* bitbake: toaster/tests: Add UI TestCase to test search box on all build pageAlassane Yattara2023-11-141-9/+34
* bitbake: toaster/tests: Add UI TestCase to test if 'no build' message is shownAlassane Yattara2023-11-141-0/+9
* bitbake: Revert "toaster: Bug-fix webdriver No parameter named options"Richard Purdie2023-11-091-1/+1
* bitbake: toaster: Bug-fix webdriver No parameter named optionsAlassane Yattara2023-11-091-1/+1
* bitbake: toaster: Test jumbotron links visible and clickableAlassane Yattara2023-11-091-1/+88
* bitbake: toaster: Test documentation link in landing header is displayedAlassane Yattara2023-11-091-0/+15
* bitbake: toaster: Check info_sign is visible and clickable in landing pageAlassane Yattara2023-11-091-0/+16
* bitbake: toaster: add tox.ini file to execute test suiteMarlon Rodriguez Garcia2023-10-301-1/+7