- It is hard to test without screen
Change-Id: Ic1a5416ead3749bb7d862a86a77535a61cc63cdf
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
[Step(1, "Click Run button")]
[Step(2, "TvOut: Connect a TVOut connector like micro-USB-to-HDMI to the phone")]
public async Task TvOutConnected_CHECK_CONNECTED() {
- if (SupportChecker.IsSupported("http://tizen.org/feature/screen.output.hdmi") || SupportChecker.IsSupported("http://tizen.org/feature/screen.output.rca"))
+ if ((SupportChecker.IsSupported("http://tizen.org/feature/screen.output.hdmi") || SupportChecker.IsSupported("http://tizen.org/feature/screen.output.rca")) && SupportChecker.IsSupported("http://tizen.org/feature/screen"))
{
Information.SetCallback(TvOut, TvOutConnectedCallback);
await ManualTest.WaitForConfirm();