[obs-commits] [openSUSE/open-build-service] 7e59c8: Fix requests flickering test
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 7e59c8ee6213973d990f6edf94db308deb8d6648 https://github.com/openSUSE/open-build-service/commit/7e59c8ee6213973d990f6e... Author: Eduardo Navarro <enavarro@suse.com> Date: 2020-04-30 (Thu, 30 Apr 2020) Changed paths: M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Fix requests flickering test Before, the test was returning false positives because asking for 'tr' elements returned also the 'tr' element of the 'thead' section of the table. The fix was making the css finder more explicit, searching only for the 'tr' elements of the 'tbody' part of the table. Fixes #7533. Commit: 3f1aed9c43c62c9c4db3acf14c278432471e9c6c https://github.com/openSUSE/open-build-service/commit/3f1aed9c43c62c9c4db3ac... Author: David Kang <dkang@suse.com> Date: 2020-05-01 (Fri, 01 May 2020) Changed paths: M src/api/spec/features/webui/packages_spec.rb Log Message: ----------- Merge pull request #9480 from eduardoj/fix/7533-requests-flickering-test Fix requests flickering test Compare: https://github.com/openSUSE/open-build-service/compare/0e7c863a0d29...3f1aed...
participants (1)
-
David Kang