projects
/
platform
/
core
/
uifw
/
e-tizen-testcase.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78b6165
)
quickpanel: hide quickpanel after finishing quickpanel_scrollable_state TC
71/300571/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 27 Oct 2023 08:02:13 +0000
(17:02 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 27 Oct 2023 08:02:13 +0000
(17:02 +0900)
Change-Id: Ibb0fb1cf934223a1395d1a44689688b846b35b3e
src/testcase/0015_tzsh_quickpanel.cpp
patch
|
blob
|
history
diff --git
a/src/testcase/0015_tzsh_quickpanel.cpp
b/src/testcase/0015_tzsh_quickpanel.cpp
index 130f87f10f4fe9dc4c22da7d2306258f3eadd55a..57f6837b6abc628b750233657db17d3f1d9bcb0f 100644
(file)
--- a/
src/testcase/0015_tzsh_quickpanel.cpp
+++ b/
src/testcase/0015_tzsh_quickpanel.cpp
@@
-261,6
+261,9
@@
TEST_F(etTestTzshQuickpanel, quickpanel_scrollable_state)
ASSERT_TRUE(ret == TZSH_ERROR_NONE);
ASSERT_EQ(visible, TZSH_QUICKPANEL_STATE_VISIBLE_SHOWN);
+ ret = tzsh_quickpanel_hide(tz_qp_client);
+ ASSERT_TRUE(ret == TZSH_ERROR_NONE);
+
//ASSERT_EQ(etRunner::get().verifyTC(testCaseName, testName), EINA_TRUE);
}