You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are still in an intermediate state where we send a page object to the relevant template for some routes but not for others. This causes some warnings when running the tests and is a bit inconsistent.
Proposed Solution
Make a dedicated page class for the templates that contain variables and don't use a page.
Acceptance Criteria
Every template that has variables on it should have an associated page class that contains everything the template needs to be rendered.
The text was updated successfully, but these errors were encountered:
octopusinvitro
changed the title
Make all pages have a page
Make all pages have an associated page class
Sep 21, 2016
Problem
We are still in an intermediate state where we send a page object to the relevant template for some routes but not for others. This causes some warnings when running the tests and is a bit inconsistent.
Proposed Solution
Make a dedicated page class for the templates that contain variables and don't use a page.
Acceptance Criteria
Every template that has variables on it should have an associated page class that contains everything the template needs to be rendered.
The text was updated successfully, but these errors were encountered: