[Property("SPEC_URL", "-")]
[Property("CRITERIA", "UIBH")]
[Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
- [Precondition(1, "This test will be automatically passed on Wearable and TV because of difference of UX.")]
+ [Precondition(1, "This test will be automatically passed on Wearable and TV due to the difference of UX.")]
[Step(1, "Click Run TC.")]
[Step(2, "Click CopySelection button, and you will see that the text is selected and a popup which shows 'Item already copied to clipboard'.")]
[Step(3, "If it is, click Pass, or Fail.")]
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "UIBH")]
[Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
- [Precondition(1, "This test will be automatically passed on Wearable abd TV because of difference of UX.")]
+ [Precondition(1, "This test will be automatically passed on Wearable and TV due to the difference of UX.")]
[Step(1, "Click Run TC.")]
[Step(2, "Click CutSelection button, and you will see that the text is cutted and a popup which shows 'Item already copied to clipboard'.")]
[Step(3, "If it is, click Pass, or Fail.")]
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "UIBH")]
[Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
- [Precondition(1, "This test will be automatically passed on Wearable because of difference of UX.")]
+ [Precondition(1, "This test will be automatically passed on Wearable and TV due to the difference of UX.")]
[Step(1, "Click Run TC.")]
[Step(2, "Click DisableSelection button and SelectAll button")]
- [Step(3, "Please, check selected sentence at both ends")]
- [Step(4, "Pass if there is no any mark at both ends of selected sentencea")]
+ [Step(3, "Please, check the both ends of the selected sentence")]
+ [Step(4, "Pass if there is no marks(handlers) at both ends of the selected sentence")]
[Postcondition(1, "NA")]
public static async Task DisableSelection_METHOD()
{
- if (ElmSharpProfile.GetProfile().CompareTo(ElmSharpProfile.WearableProfile) == 0)
+ if (ElmSharpProfile.GetProfile().CompareTo(ElmSharpProfile.MobileProfile) != 0)
{
_testPage.UnlockUIButton();
Assert.Pass("Not Supported");