[obs-commits] [openSUSE/open-build-service] e3aa1f: Fix flickering package feature test

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: e3aa1fc0a100a56b047fe4b9cd1c88513104d058 https://github.com/openSUSE/open-build-service/commit/e3aa1fc0a100a56b047fe4... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Fix flickering package feature test The test had a race condition because it relied on the ajax request, which does a page redirect, to finish before the current page is tested. Adding a test that ensures that the new page was loaded solves this. Commit: 65294c7ee0c90ac5ecf5354539924a6b8e04ac9d https://github.com/openSUSE/open-build-service/commit/65294c7ee0c90ac5ecf535... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-09-26 (Wed, 26 Sep 2018) Changed paths: M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Merge pull request #5922 from bgeuken/fix_failing_test_2 Fix flickering package feature test Compare: https://github.com/openSUSE/open-build-service/compare/091b7de8c8fb...65294c... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Christian Bruckmayer