mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: refactor group gen process
This commit is contained in:
@ -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;
|
||||
// }
|
||||
|
Reference in New Issue
Block a user