chore: refactor group gen process

This commit is contained in:
appflowy
2022-09-01 20:41:15 +08:00
parent 1931cdd4c0
commit f192f89ebb
22 changed files with 554 additions and 662 deletions

View File

@ -391,11 +391,11 @@ async fn group_update_field_test() {
test.run_scripts(scripts).await;
}
#[tokio::test]
async fn group_multi_select_field_test() {
let mut test = GridGroupTest::new().await;
let multi_select_field = test.get_multi_select_field().await;
let scripts = vec![];
test.run_scripts(scripts).await;
}
// #[tokio::test]
// async fn group_multi_select_field_test() {
// let mut test = GridGroupTest::new().await;
// let multi_select_field = test.get_multi_select_field().await;
//
// let scripts = vec![];
// test.run_scripts(scripts).await;
// }