mirror of
https://gitee.com/openharmony/applications_app_samples
synced 2024-11-27 02:30:43 +00:00
update /PerformanceLibrary/product/phone/entry/src/ohosTest/ets/test/Ability.test.ets.
冲突 Signed-off-by: zzz701 <lihaima1@huawei.com>
This commit is contained in:
parent
f84977f4cc
commit
172311aef1
@ -647,7 +647,9 @@ export default function abilityTest() {
|
||||
await driver.delayMs(500);
|
||||
await driver.pressBack();
|
||||
Logger.info(TAG, `${BUNDLE}WaterFlow_001 end`);
|
||||
* 多线程共享内存页面场景
|
||||
done();
|
||||
})
|
||||
/** 多线程共享内存页面场景
|
||||
*/
|
||||
it(BUNDLE + "memoryShared_001", 1, async (done: Function) => {
|
||||
Logger.info(TAG, `${BUNDLE}memoryShared_001 begin`);
|
||||
@ -677,7 +679,6 @@ export default function abilityTest() {
|
||||
await driver.delayMs(1000);
|
||||
await driver.pressBack();
|
||||
await driver.delayMs(1000);
|
||||
|
||||
// 点击进入锁的使用任务场景
|
||||
let LockSceneBtn: Component = await driver.findComponent(ON.text(await getResourceString($r('app.string.lock_operation'))));
|
||||
await driver.delayMs(1000);
|
||||
|
Loading…
Reference in New Issue
Block a user