I'm adding a test suite to Open Academy similar to the Panopoly one. Infact, we run the Panopoly tests as part of our own test suite to make sure all the Panopoly base goodness is working. As such, running the Panopoly tests in the context of a site that has other features/apps/content types etc enabled highlighted a small issue with the test suite. It assumes that 'Content Page' is the only content type and so when testing the live preview it doesn't explicitly select this content type from the list. In Panopoly thats fine because its the only content type so selected by default. But in Open Academy it is not the only content type and not selected by default making the test fail.
Comments
Comment #1
mrfelton commentedFixed in http://drupalcode.org/project/panopoly.git/commitdiff/bfbb701?hp=188b3d5...
Comment #2
dsnopekI have a whole bunch of plans for ways to refactor/improve the Panopoly tests. One of the main ideas is making a test module to hold a test content type, content, some views, etc so that it doesn't depend on panopoly_pages and panopoly_demo for tests that aren't directly testing those modules. The thinking is that changing panopoly_pages should only require updating the tests for panopoly_pages - NOT every test we have. ;-)
Anyway, I'm glad you were able to solve your problem for now! I'll make an issue will all my ideas/plans soon...