Refactor #31107
Tracker #30160: Extract Puppet ENC to a plugin
Tracker #31073: Remove puppet bits from non puppet related tests
Test Middleware on different resource than environments
Difficulty:
trivial
Triaged:
Yes
Description
We test webpack in MiddlewareTest on `/environments`, we need to switch to resource that stays in core.
Associated revisions
Refs #31107 - test login page separately
Login page was tested as part of MiddlewareTest.
It deserves its own integration tests.
The middleware tests is moved to test with `/domains` as part of this.
History
#1
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8087 added
#2
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.3.0 added
#3
Updated by Ondřej Ezr over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|8f0848699a66f1d8a417abf8c1708f006a121191.
#4
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/theforeman/foreman/pull/8089 added
Fixes #31107 - test Middleware on domain resource
As we are about to remove puppet, we will remove /environments.
We need to switch the resource we test webpack Middleware on.
We can use domains as those are similarly simple as environments.