tests: AppFlowy Cloud integration test (#4015)

* chore: save cloud ofnig

* chore: fix .a link warnings

* chore: add cloud test runner

* refactor: test folder

* ci: add test

* ci: add test

* ci: fix

* ci: fix
This commit is contained in:
Nathan.fooo
2023-11-27 18:54:31 -08:00
committed by GitHub
parent 9d61ca0278
commit 3e17613f54
80 changed files with 1021 additions and 446 deletions

View File

@ -69,7 +69,7 @@ async fn sign_in_with_invalid_email() {
assert_eq!(
EventBuilder::new(sdk)
.event(SignIn)
.event(SignInWithEmailPassword)
.payload(request)
.async_send()
.await
@ -95,7 +95,7 @@ async fn sign_in_with_invalid_password() {
};
assert!(EventBuilder::new(sdk)
.event(SignIn)
.event(SignInWithEmailPassword)
.payload(request)
.async_send()
.await