Commit 1191a31
committed
Require the cypress on rails dependencies very early in the engine
Since the rails app Gemfile has these configured with require false, we need to
do the require early in the engine. config.before_initialize is NOT early
enough. config.before_configuration happens before config/application is
required.
Note, before_initialize didn't work as evidenced by the middlware not
processing the requests for /__e2e__/command.1 parent a803026 commit 1191a31
File tree
2 files changed
+10
-1
lines changed- config/initializers
- lib/manageiq/ui/classic
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
| |||
0 commit comments