[Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")]
[Precondition(1, "Vibration should be in disable mode")]
[Step(1, "Click Run button")]
- [Step(2, "Enable Vibration : Home screen -> Drop down menu -> Sound -> Enable Vibrate")]
+ [Step(2, "Enable Vibration : Open Quick panel -> Toggle sound button until it is in vibrate mode")]
public async Task VibrationEnabled_CHECK_ENABLE() {
if (!SupportChecker.IsTV())
{
[Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")]
[Precondition(1, "Vibration should be already enabled")]
[Step(1, "Click Run button")]
- [Step(2, "Disable Vibration : Home screen -> Drop down menu -> Sound -> Disable Vibrate")]
+ [Step(2, "Disable Vibration : Open Quick panel -> Toggle sound button until it is in silent mode")]
public async Task VibrationEnabled_CHECK_DISABLE() {
if (!SupportChecker.IsTV())
{