Skip to content

Add collaborators expose to Admin::UsersController and remove TODO #5689

Add collaborators expose to Admin::UsersController and remove TODO

Add collaborators expose to Admin::UsersController and remove TODO #5689

Triggered via push November 26, 2024 11:57
Status Failure
Total duration 19m 32s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 6 warnings
test: spec/features/admin/form_answers/collaborators_spec.rb#L44
Collaborators As a an Admin I want to be able to add collaborators to any account So that they can collaborate applications Add new Collaborator Invalid Attempts Attempt to add person, which is already associated with another account which has application can't add Failure/Error: within(".admin-search-collaborators-form") do fill_in "search[query]", with: "plicant with acc" first("input[type='submit']").click within(".js-admin-search-collaborators-results-box") do expect_to_see(user_associated_with_another_account.first_name) expect_to_see("can not be added as linked with another account!") expect(page).to have_no_link("Add") end end Capybara::ElementNotFound: Unable to find css ".admin-search-collaborators-form"
test: spec/features/admin/form_answers/collaborators_spec.rb#L65
Collaborators As a an Admin I want to be able to add collaborators to any account So that they can collaborate applications Add new Collaborator Success Add to Collaborators should add user to collaborators with regular role Failure/Error: within(".admin-search-collaborators-form") do fill_in "search[query]", with: email.to_s[2..-2] first("input[type='submit']").click within(".js-admin-search-collaborators-results-box") do expect_to_see(user.email) expect_to_see_no("can not be added as linked with another account!") expect(page).to have_link("Add") end end Capybara::ElementNotFound: Unable to find css ".admin-search-collaborators-form"
test: spec/features/admin/form_answers/company_details_fulfilling_spec.rb#L33
Admin fulfills the company details can see the edit buttons Failure/Error: expect(page).to have_selector("input[type='submit']", count: 13) expected to find visible css "input[type='submit']" within #<Capybara::Node::Element tag="div" path="/html/body/div[1]/div/div[2]/div/div[2]/div[2]/div/div[1]/div[2]/div/div/div[2]/div[2]/div"> 13 times, found 12 matches: "", "", "", "", "", "", "", "", "", "", "", ""
test
Process completed with exit code 1.
test
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v2, actions/setup-node@v2-beta. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: spec/features/users/form_answers/audit_certificate_request_spec.rb#L63
Verification of Commercial Figures As a User I want to be able to download an Verification of Commercial Figures So that I can check, complete it and then upload it to application Download Verification of Commercial Figures prefilled with my financial data should generate pdf file Skipped: Temporarily skipped with xit
test: spec/models/audit_log_spec.rb#L4
AuditLog add some examples to (or delete) /home/runner/work/qae/qae/spec/models/audit_log_spec.rb Skipped: Not yet implemented
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/