[openSUSE/open-build-service] db30c2: Fill report form in reports feature spec
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: db30c207cf7ead4d487c6b70bb083a0ce3069b26 https://github.com/openSUSE/open-build-service/commit/db30c207cf7ead4d487c6b... Author: Lukas Krause <lkrause@suse.de> Date: 2023-12-05 (Tue, 05 Dec 2023) Changed paths: M src/api/spec/features/beta/webui/reports_spec.rb Log Message: ----------- Fill report form in reports feature spec Commit: 06de805ccd99ba1ff7e34dc642735ad5d7d02154 https://github.com/openSUSE/open-build-service/commit/06de805ccd99ba1ff7e34d... Author: Lukas Krause <lkrause@suse.de> Date: 2023-12-06 (Wed, 06 Dec 2023) Changed paths: M src/api/spec/features/beta/webui/reports_spec.rb Log Message: ----------- Extend reports feature spec by more user roles Test that user cannot report themself or the comments, project and packages they own. Commit: f6a2b7718dc7c3c795c6803f111c15857563c0d3 https://github.com/openSUSE/open-build-service/commit/f6a2b7718dc7c3c795c680... Author: Lukas Krause <lkrause@suse.de> Date: 2023-12-06 (Wed, 06 Dec 2023) Changed paths: R src/api/spec/cassettes/Reports/after_reporting_a_comment_on_a_package/displays_the_You_reported_this_comment_message_instantly.yml R src/api/spec/cassettes/Reports/after_reporting_a_comment_on_a_project/displays_the_You_reported_this_comment_message_instantly.yml R src/api/spec/cassettes/Reports/after_reporting_a_package/displays_the_You_reported_this_package_message_instantly.yml R src/api/spec/cassettes/Reports/after_reporting_a_project/displays_the_You_reported_this_project_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_package/for_a_user_who_is_not_the_author/displays_the_You_reported_this_comment_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_package/for_a_user_who_is_the_author/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_project/for_a_user_who_is_not_the_author/displays_the_You_reported_this_comment_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_project/for_a_user_who_is_the_author/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_request/for_a_user_who_is_not_the_author/displays_the_You_reported_this_comment_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_request/for_a_user_who_is_the_author/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_package/for_a_user_who_is_maintainer/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_package/for_a_user_who_is_not_a_maintainer/displays_the_You_reported_this_package_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_project/for_a_user_who_is_a_maintainer/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_project/for_a_user_who_is_not_a_maintainer/displays_the_You_reported_this_project_message_instantly.yml Log Message: ----------- Update cassettes for reports feature spec Commit: dceb5c446c1e9a3812f57962e1116271844082a8 https://github.com/openSUSE/open-build-service/commit/dceb5c446c1e9a3812f579... Author: Dany Marcoux <git@dmarcoux.com> Date: 2023-12-07 (Thu, 07 Dec 2023) Changed paths: R src/api/spec/cassettes/Reports/after_reporting_a_comment_on_a_package/displays_the_You_reported_this_comment_message_instantly.yml R src/api/spec/cassettes/Reports/after_reporting_a_comment_on_a_project/displays_the_You_reported_this_comment_message_instantly.yml R src/api/spec/cassettes/Reports/after_reporting_a_package/displays_the_You_reported_this_package_message_instantly.yml R src/api/spec/cassettes/Reports/after_reporting_a_project/displays_the_You_reported_this_project_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_package/for_a_user_who_is_not_the_author/displays_the_You_reported_this_comment_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_package/for_a_user_who_is_the_author/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_project/for_a_user_who_is_not_the_author/displays_the_You_reported_this_comment_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_project/for_a_user_who_is_the_author/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_request/for_a_user_who_is_not_the_author/displays_the_You_reported_this_comment_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_comment_on_a_request/for_a_user_who_is_the_author/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_package/for_a_user_who_is_maintainer/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_package/for_a_user_who_is_not_a_maintainer/displays_the_You_reported_this_package_message_instantly.yml A src/api/spec/cassettes/Reports/reporting_a_project/for_a_user_who_is_a_maintainer/does_not_display_the_report_link.yml A src/api/spec/cassettes/Reports/reporting_a_project/for_a_user_who_is_not_a_maintainer/displays_the_You_reported_this_project_message_instantly.yml M src/api/spec/features/beta/webui/reports_spec.rb Log Message: ----------- Merge pull request #15322 from krauselukas/feature_test_decision_and_reports_03 Extend reports feature spec with more user roles Compare: https://github.com/openSUSE/open-build-service/compare/9b50289ba1a5...dceb5c...
participants (1)
-
Dany Marcoux