Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 5ed39a8f3faf3512c05446a95d5f768b2c64d4bb https://github.com/openSUSE/open-build-service/commit/5ed39a8f3faf3512c05446... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-03 (Tue, 03 Jul 2018) Changed paths: M src/api/spec/support/shared_examples/features/user_tab.rb Log Message: ----------- [ci] user_tab: Accept alert on removing users Commit: f87308685617d1a1efede01e92eb7537f937f78b https://github.com/openSUSE/open-build-service/commit/f87308685617d1a1efede0... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M src/api/spec/features/webui/groups_spec.rb Log Message: ----------- [ci] groups_spec: Don't look for visible elements Use javascript to manipulate the token input box Commit: bf05dad94ebf3d434191ddbba539d3c35e8bca03 https://github.com/openSUSE/open-build-service/commit/bf05dad94ebf3d434191dd... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- [ci] projects_spec: Fix description fillin Lorem.paragraphs returns an array - fillin requires a string. And paragraph(250) would be 250 sentenses - this is an interesting stress test for chrome spell checker, but if this is about testing the limits, then it should better be written as controller test (or model test even) So reduce to 20 sentenses Commit: c1bf9879b3894c1c452791f68de051c30eae1a0a https://github.com/openSUSE/open-build-service/commit/c1bf9879b3894c1c452791... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- [ci] projects_spec: Accept alert on deleting repo Commit: 040defad1bad9af3a58b2bec211fbe9f7701188a https://github.com/openSUSE/open-build-service/commit/040defad1bad9af3a58b2b... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M src/api/spec/features/webui/image_templates_spec.rb Log Message: ----------- [ci] image_templates_spec: Make the selectors more reliable the checked attribute is not true/false in real browsers, but checked or '' - so just use the css selector And clicking on invisible elements is not supported, so use xpath to find the parent Commit: fb81d384f4767d975d9565d33134c58e2401108b https://github.com/openSUSE/open-build-service/commit/fb81d384f4767d975d9565... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M src/api/spec/features/webui/image_templates_spec.rb Log Message: ----------- [ci] image_templates_spec: don't check responses in feature tests Only supported by poltergeist - but starting a browser for this is waste of time Commit: 873d08cd2ce3f826a161bfe0cf22490f934f8c89 https://github.com/openSUSE/open-build-service/commit/873d08cd2ce3f826a161bf... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M src/api/spec/features/webui/attributes_spec.rb Log Message: ----------- [ci] attributes_spec: accept alert on removing attribute Commit: 7f45b1ca9fce7c81cb62485c4dbcfa8df6333576 https://github.com/openSUSE/open-build-service/commit/7f45b1ca9fce7c81cb6248... Author: Stephan Kulow <coolo@suse.de> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M src/api/spec/controllers/webui/user_controller_spec.rb R src/api/spec/features/webui/users/users_icons_spec.rb Log Message: ----------- [ci] Fix user/:login/icon spec Delete users_icons_spec.rb - starting a browser to load a png is strange, replace it with 2 get calls in user_controller_spec (which actually verify something) Remove user/show?size=20 check to have a status code of 200 - the page loaded is *not* an icon Commit: d755568095f82972517667d4521112a961691597 https://github.com/openSUSE/open-build-service/commit/d755568095f82972517667... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M src/api/spec/controllers/webui/user_controller_spec.rb M src/api/spec/features/webui/attributes_spec.rb M src/api/spec/features/webui/groups_spec.rb M src/api/spec/features/webui/image_templates_spec.rb M src/api/spec/features/webui/projects_spec.rb R src/api/spec/features/webui/users/users_icons_spec.rb M src/api/spec/support/shared_examples/features/user_tab.rb Log Message: ----------- Merge pull request #5289 from coolo/cherrypick_fixes Some fixes to make the tests work with chromedriver (and poltergeist for now) Compare: https://github.com/openSUSE/open-build-service/compare/787e0d0cd8d7...d75556... **NOTE:** This service 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.