Skip to content

Commit

Permalink
Fin du bon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-ferrandis committed Mar 4, 2025
1 parent 820d8ff commit 64842bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion spec/features/agents/oauth_provider_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RSpec.describe "OAuth provider", ignore_js_errors: true, js: true do
RSpec.describe "OAuth provider", js: true do
# On fait quelque chose d'un peu inhabituel dans cette spec pour avoir un test d'intégration sur l'oauth
# dans un contexte où notre application est le fournisseur d'oauth : on démarre une petite application
# Sinatra qui joue le rôle d'une application externe (comme Démarches Simplifiées) qui propose un
Expand Down
2 changes: 0 additions & 2 deletions spec/support/capybara_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

RSpec.configure do |config|
config.after(:each, js: true) do |example|
next if example.metadata[:ignore_js_errors]

logs = page.driver.browser.logs.get(:browser)
aggregate_failures "javascript errors" do
logs.each do |log|
Expand Down

0 comments on commit 64842bb

Please sign in to comment.