Make sure that the React Router context and useApolloClient return the same ApolloClient instance #13597
Annotations
1 warning and 4 notices
|
[rubocop] test/system/event_page_test.rb#L43 <Lint/UselessAssignment>:
test/system/event_page_test.rb#L43
Useless assignment to variable - `signup`.
|
|
|
|
[rubocop] test/application_system_test_case.rb#L7 <Style/FetchEnvVar>:
test/application_system_test_case.rb#L7
Use `ENV.fetch("HEADLESS", nil)` instead of `ENV["HEADLESS"]`.
|
|
[rubocop] test/system/event_page_test.rb#L14 <Layout/LineLength>:
test/system/event_page_test.rb#L14
Line is too long. [131/120]
|
|
[rubocop] test/test_helper.rb#L40 <Style/FetchEnvVar>:
test/test_helper.rb#L40
Use `ENV.fetch("HEADLESS", nil)` instead of `ENV["HEADLESS"]`.
|