Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Fix system specs #436

Closed
7 tasks
luca-bruegger opened this issue Jun 3, 2021 · 1 comment
Closed
7 tasks

BUG: Fix system specs #436

luca-bruegger opened this issue Jun 3, 2021 · 1 comment
Assignees

Comments

@luca-bruegger
Copy link
Contributor

In the moment, every system spec is failing. That's the reason why our nightly Actions build is failing.

rspec ./spec/system/account_modal_system_spec.rb:28 # AccountModal creates, edits and deletes an account
rspec ./spec/system/ajax_hook_system_spec.rb:13 # AjaxHook show user has role user message
rspec ./spec/system/delete_user_system_spec.rb:13 # DeleteUser lists teams where user is last teammember
rspec ./spec/system/delete_user_system_spec.rb:30 # DeleteUser can delete user if he isn't last teammember in any teams
rspec ./spec/system/file_entry_modal_system_spec.rb:18 # FileEntryModal creates and deletes a file entry
rspec ./spec/system/folder_modal_system_spec.rb:24 # FolderModal creates, edits and deletes a folder
rspec ./spec/system/quicksearch_system_spec.rb:23 # QuickSearch search with not available keyword does not show any results
rspec ./spec/system/quicksearch_system_spec.rb:31 # QuickSearch search and access account
rspec ./spec/system/quicksearch_system_spec.rb:42 # QuickSearch search by get params
rspec ./spec/system/search_system_spec.rb:14 # TeamModal finds matching accounts
rspec ./spec/system/search_system_spec.rb:29 # TeamModal finds matching folders
rspec ./spec/system/search_system_spec.rb:45 # TeamModal finds matching teams
rspec ./spec/system/search_system_spec.rb:60 # TeamModal search starts after 2 chars
rspec ./spec/system/side_nav_bar_system_spec.rb:14 # SideNavBar navigate through side nav bar
rspec ./spec/system/team_modal_system_spec.rb:26 # TeamModal creates, edits and deletes a team
rspec ./spec/system/teammember_system_spec.rb:18 # Teammember lists teammembers
rspec ./spec/system/teams_page_system_spec.rb:16 # TeamsPage clicks through teams page

FYI:
Run all system specs:

$ rake system:spec

Actions Pipeline is over here

Tech Spec

  • Fix every E2E
  • Make sure that the nightly pipeline is working.

Example procedure:

  • Read into E2E testing with Selenium & Capybara
  • Take a test and fix it.
  • Take all the other tests and fix them aswell.
  • Check the nightly pipeline
  • Check that everything works as expected
@luca-bruegger luca-bruegger changed the title Fix system specs BUG: Fix system specs Jun 3, 2021
@LivioLiechti
Copy link
Contributor

teams_page_system_spec and file_entry_modal_system_spec works. Rest isnt.

TheWalkingLeek pushed a commit that referenced this issue Jun 21, 2021
TheWalkingLeek pushed a commit that referenced this issue Jun 21, 2021
TheWalkingLeek pushed a commit that referenced this issue Jun 21, 2021
TheWalkingLeek pushed a commit that referenced this issue Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants