This is an automated email from the ASF dual-hosted git repository.

ccwilliams pushed a commit to branch williaster--contributing-cypress
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit c154d49deebe7215f9ab0cc47631fec6678e04eb
Author: Chris Williams <[email protected]>
AuthorDate: Tue Sep 18 12:14:18 2018 -0700

    [contributing.md] swap cypress command order
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3aeb68b..e1357ee 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -346,9 +346,9 @@ We use [Mocha](https://mochajs.org/), 
[Chai](http://chaijs.com/) and [Enzyme](ht
 We use [Cypress](https://www.cypress.io/) for integration tests. Tests can be 
run by `tox -e cypress`. To open Cypress and explore tests first setup and run 
test server:
 
     export SUPERSET_CONFIG=tests.superset_test_config
-    superset load_test_users
     superset db upgrade
     superset init
+    superset load_test_users
     superset load_examples
     superset runserver
 

Reply via email to