[Property("SPEC_URL", "-")]
[Property("CRITERIA", "MAE")]
[Property("AUTHOR", "Youngha Jung, yh106.jung@samsung.com")]
- [Precondition(1, "Context menu is not supported on TV profile. So the testcase will be passed automatically after run if the profile is TV.")]
+ [Precondition(1, "Context menu is not supported on both TV and Wearable profile. So the testcase will be passed automatically after run if the profile is TV or Wearable.")]
[Step(1, "Click run TC.")]
[Step(2, "Long press image of test page.")]
[Step(3, "If there is no exception, test will be automatically passed.")]
public async Task AppendItem_ENUM_ALL()
{
/* PRECONDITION */
- if (WebViewCommon.IsTVProfile())
+ if (WebViewCommon.IsTVProfile() || WebViewCommon.IsWearableProfile())
{
- Assert.Pass("Context menu is not supported on TV profile");
+ Assert.Pass("Context menu is not supported on both TV and Wearable profile");
}
TaskCompletionSource<bool> tcs = new TaskCompletionSource<bool>(false);
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "MR")]
[Property("AUTHOR", "Youngha Jung, yh106.jung@samsung.com")]
- [Precondition(1, "Context menu is not supported on TV profile. So the testcase will be passed automatically after run if the profile is TV.")]
+ [Precondition(1, "Context menu is not supported on both TV and Wearable profile. So the testcase will be passed automatically after run if the profile is TV or Wearable.")]
[Step(1, "Click run TC.")]
[Step(2, "Long press image of test page.")]
[Step(3, "If there is no exception, test will be automatically passed.")]
public async Task GetItemAtIndex_RETURN_VALUE()
{
/* PRECONDITION */
- if (WebViewCommon.IsTVProfile())
+ if (WebViewCommon.IsTVProfile() || WebViewCommon.IsWearableProfile())
{
- Assert.Pass("Context menu is not supported on TV profile");
+ Assert.Pass("Context menu is not supported on both TV and Wearable profile");
}
TaskCompletionSource<bool> tcs = new TaskCompletionSource<bool>(false);
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "MCST")]
[Property("AUTHOR", "Youngha Jung, yh106.jung@samsung.com")]
- [Precondition(1, "Context menu is not supported on TV profile. So the testcase will be passed automatically after run if the profile is TV.")]
+ [Precondition(1, "Context menu is not supported on both TV and Wearable profile. So the testcase will be passed automatically after run if the profile is TV or Wearable.")]
[Step(1, "Click run TC.")]
[Step(2, "Long press image of test page.")]
[Step(3, "If there is no exception, test will be automatically passed.")]
public async Task RemoveItem_CHANGE_STATUS()
{
/* PRECONDITION */
- if (WebViewCommon.IsTVProfile())
+ if (WebViewCommon.IsTVProfile() || WebViewCommon.IsWearableProfile())
{
- Assert.Pass("Context menu is not supported on TV profile");
+ Assert.Pass("Context menu is not supported on both TV and Wearable profile");
}
TaskCompletionSource<bool> tcs = new TaskCompletionSource<bool>(false);
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "PRO")]
[Property("AUTHOR", "Youngha Jung, yh106.jung@samsung.com")]
- [Precondition(1, "Context menu is not supported on TV profile. So the testcase will be passed automatically after run if the profile is TV.")]
+ [Precondition(1, "Context menu is not supported on both TV and Wearable profile. So the testcase will be passed automatically after run if the profile is TV or Wearable.")]
[Step(1, "Click run TC.")]
[Step(2, "Long press image of test page.")]
[Step(3, "If there is no exception, test will be automatically passed.")]
public async Task ItemCount_READ_ONLY()
{
/* PRECONDITION */
- if (WebViewCommon.IsTVProfile())
+ if (WebViewCommon.IsTVProfile() || WebViewCommon.IsWearableProfile())
{
- Assert.Pass("Context menu is not supported on TV profile");
+ Assert.Pass("Context menu is not supported on both TV and Wearable profile");
}
TaskCompletionSource<bool> tcs = new TaskCompletionSource<bool>(false);
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "PRO")]
[Property("AUTHOR", "Youngha Jung, yh106.jung@samsung.com")]
- [Precondition(1, "Context menu is not supported on TV profile. So the testcase will be passed automatically after run if the profile is TV.")]
+ [Precondition(1, "Context menu is not supported on both TV and Wearable profile. So the testcase will be passed automatically after run if the profile is TV or Wearable.")]
[Step(1, "Click run TC.")]
[Step(2, "Long press image of test page.")]
[Step(3, "If there is no exception, test will be automatically passed.")]
public async Task ItemTag_READ_ONLY()
{
/* PRECONDITION */
- if (WebViewCommon.IsTVProfile())
+ if (WebViewCommon.IsTVProfile() || WebViewCommon.IsWearableProfile())
{
- Assert.Pass("Context menu is not supported on TV profile");
+ Assert.Pass("Context menu is not supported on both TV and Wearable profile");
}
TaskCompletionSource<bool> tcs = new TaskCompletionSource<bool>(false);
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "PRO")]
[Property("AUTHOR", "Youngha Jung, yh106.jung@samsung.com")]
- [Precondition(1, "Context menu is not supported on TV profile. So the testcase will be passed automatically after run if the profile is TV.")]
+ [Precondition(1, "Context menu is not supported on both TV and Wearable profile. So the testcase will be passed automatically after run if the profile is TV or Wearable.")]
[Step(1, "Click run TC.")]
[Step(2, "Long press image of test page.")]
[Step(3, "Select item of the context menu.")]
public async Task Item_READ_ONLY()
{
/* PRECONDITION */
- if (WebViewCommon.IsTVProfile())
+ if (WebViewCommon.IsTVProfile() || WebViewCommon.IsWearableProfile())
{
- Assert.Pass("Context menu is not supported on TV profile");
+ Assert.Pass("Context menu is not supported on both TV and Wearable profile");
}
TaskCompletionSource<bool> tcs = new TaskCompletionSource<bool>(false);
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "MCST")]
[Property("AUTHOR", "Youngha Jung, yh106.jung@samsung.com")]
- [Precondition(1, "Context menu is not supported on TV profile. So the testcase will be passed automatically after run if the profile is TV.")]
+ [Precondition(1, "Context menu is not supported on both TV and Wearable profile. So the testcase will be passed automatically after run if the profile is TV or Wearable.")]
[Step(1, "Click run TC.")]
[Step(2, "Long press image of test page.")]
[Step(3, "If there is no exception, test will be automatically passed.")]
public async Task SetContextMenuCustomizeDelegate_CHANGE_STATUS()
{
/* PRECONDITION */
- if (WebViewCommon.IsTVProfile())
+ if (WebViewCommon.IsTVProfile() || WebViewCommon.IsWearableProfile())
{
- Assert.Pass("Context menu is not supported on TV profile");
+ Assert.Pass("Context menu is not supported on both TV and Wearable profile");
}
TaskCompletionSource<bool> tcs = new TaskCompletionSource<bool>(false);
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "EVL")]
[Property("AUTHOR", "Youngha Jung, yh106.jung@samsung.com")]
- [Precondition(1, "Context menu is not supported on TV profile. So the testcase will be passed automatically after run if the profile is TV.")]
+ [Precondition(1, "Context menu is not supported on both TV and Wearable profile. So the testcase will be passed automatically after run if the profile is TV or Wearable.")]
[Step(1, "Click run TC.")]
[Step(2, "Long press image of test page.")]
[Step(3, "Select item of the context menu.")]
public async Task ContextMenuItemSelected_CHECK_EVENT()
{
/* PRECONDITION */
- if (WebViewCommon.IsTVProfile())
+ if (WebViewCommon.IsTVProfile() || WebViewCommon.IsWearableProfile())
{
- Assert.Pass("Context menu is not supported on TV profile");
+ Assert.Pass("Context menu is not supported on both TV and Wearable profile");
}
TaskCompletionSource<bool> tcs = new TaskCompletionSource<bool>(false);