Bartholomew 41bb9aac0d feat: workflow unpublished entry (#2914)
* feat: workflow unpublished entry

* fix: post rebase fix - load unpublished entry after unpublish

* feat: change unpublish button to dropdown

* test(cypress): add unpublish entry cypress test
2019-11-26 12:14:04 +02:00
..

Utilities for integration tests

Utils in this dir must be explicitly included in each spec file, e.g.:

import '../utils/dismiss-local-backup';

For routines to be executed on all tests, please use the cypress/plugins.index.js file instead: https://docs.cypress.io/guides/core-concepts/writing-and-organizing-tests.html#Plugin-files