chore(cypress): delay request
parent
5ce7bcb207
commit
68ee8e7fe5
|
@ -548,6 +548,7 @@ function wrapChronografUsers() {
|
||||||
*/
|
*/
|
||||||
export function flush() {
|
export function flush() {
|
||||||
cy.OAuthLogin('test')
|
cy.OAuthLogin('test')
|
||||||
|
cy.visit('/')
|
||||||
cy.request({
|
cy.request({
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: `${apiUrl}/sources`,
|
url: `${apiUrl}/sources`,
|
||||||
|
|
Loading…
Reference in New Issue