@whipermr5 I changed the test.godmode.enabled to true in the test.template.properties file. (This option is, for some reason, not visible to me in the test.properties file. Don't know if this is an error in the new God Mode documentation or the cause of this Issue)
I then refreshed, cleaned and ran the project as a web application on localhost:8888
However, on running InstructorFeedbackEditPageUiTest, I still get a java.lang.AssertionError because the expected HTML and Actual HTML files are different.
Note: God mode seemed to be working fine before #7379.
Hey @HirdayGupta, the option should be copied into test.properties, as that is the file that is read :) Your copy of test.properties is entirely local as it is not source controlled, so it cannot be updated through a commit. It was initially copied from the template file when you first setup the project (if a new user were to setup a fresh project now, they would have the new option in their test.properties).
@whipermr5 thanks! It's working now. 馃槂
@whipermr5 Permission to close? (issue is sorted) Also, would you like to add a line in god mode doc that says For existing developers, copy the test.godmode.enabled property from test.template.properties to test.properties. If so can open a new d.FirstTimers issue.
I'd prefer to just let the existing devs read it through this issue; will keep it open for a few more days :)
Most helpful comment
Hey @HirdayGupta, the option should be copied into
test.properties, as that is the file that is read :) Your copy oftest.propertiesis entirely local as it is not source controlled, so it cannot be updated through a commit. It was initially copied from the template file when you first setup the project (if a new user were to setup a fresh project now, they would have the new option in theirtest.properties).