Skip to content

Commit

Permalink
Fix last test and remove pry
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Jul 17, 2024
1 parent bcb3ebe commit 456f27b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions spec/features/edit_people_skills_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
let(:person) { people(:bob) }

before(:each) do
Capybara.page.driver.browser.manage.window.maximize
set_env_variables_and_stub_request
sign_in auth_users(:user), scope: :auth_user
end
Expand Down
1 change: 0 additions & 1 deletion spec/support/people_skills_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def validate_skill_level_label(level)
end

def validate_interest(interest)
require "pry"; binding.pry
star_labels = page.find_all("label[id^='star']", visible: false).to_a.reverse
star_labels.each_with_index do |label, index|
body = page.document.find('body')
Expand Down

0 comments on commit 456f27b

Please sign in to comment.