SANDBOX_BASEURL = https://puppetry.app/demo/
CONSENT_CHECKBOX = #consent
OPTION_RADIO_1 = #option1
ATTACHMENT_FILE = #attachment
HEADER = .todoapp .header
NEWTODO_INPUT = .todoapp .header input.new-todo
MAIN = .todoapp > div > .main
1. describe: Functionality
1.1.1. Set browser viewport as "1920x1080", "x1"
1.1.2. Visit "http://todomvc.com/examples/react/#/"
1.1.3. Wait until target "HEADER" appears on the page with timeout "30000ms"
â–· Give React.js time to build the app
1.1.4. Assert that target "HEADER" is "available" and "visible"
1.1.5. Assert that target "MAIN" is "NOT available"
1.1.6. Assert that target "FOOTER" is "NOT available"