Skip to content

test: abstract authentication for e2e tests into helper file

Jen Spencer requested to merge separate-authentication-from-e2e-tests into master
  • abstract out element of e2e test which logs the user in, into a separate helper file, so that it can be reused across multiple e2e paths
  • add "no param reassign" eslint rule to test folder so that we can reassign the context parameter here

Merge request reports