first use dialog测试用例添加延迟等待

Signed-off-by: libing23 <libing23@huawei.com>
This commit is contained in:
libing23
2023-09-22 10:50:30 +08:00
parent 918c8555c9
commit 398d56bfc9
@@ -369,4 +369,7 @@ HWTEST_F(FirstUseDialogTest, NotifyFirstUseDialog001, TestSize.Level1)
ASSERT_EQ(LOCATION_BUTTON_FIRST_USE | SAVE_BUTTON_FIRST_USE, static_cast<uint64_t>(diag.firstUseMap_[0]));
diag.StartDialogAbility(PASTE_COMPONENT, nullptr);
// wait for event handler done
sleep(3);
}