Erez Rokah 7e0a8ad532
feat(core): align GitHub metadata handling with other backends (#3316)
* Revert "Revert "feat(core): Align GitHub metadata handling with other backends (#3292)""

This reverts commit 5bdd3df9ccbb5149c22d79987ebdcd6cab4b261f.

* fix(backend-github): fix migration code

* test(backend-github): fix test

* test(e2e): shorten wait time

* test(e2e): try and fix test on CI
2020-02-24 17:44:10 -05: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