open-consul/ui-v2/tests/acceptance/startup.feature
John Cowen 3d1f4e59a8 Find a way to test pre-ember load
1. Also add index.html things to test/index.html
2. Use content-for to hedge against keeping content in sync (requires an
addon)
3. Test passes but only when run on its own, as we need to rely on
content in the QUnit runner, theoretically it is not running our test in
isolation. Skipping the test for the moment so we don't have a filaing
test when all run together
2018-06-15 13:56:45 +01:00

19 lines
554 B
Gherkin

@setupApplicationTest
Feature: startup
In order to give users an indication as early as possible that they are at the right place
As a user
I should be able to see a startup logo
@ignore
Scenario: When loading the index.html file into a browser
Given 1 datacenter model with the value "dc-1"
Then the url should be ''
Then "html" has the "ember-loading" class
When I visit the services page for yaml
---
dc: dc-1
---
Then the url should be /dc-1/services
Then "html" doesn't have the "ember-loading" class