Skip to content

Commit

Permalink
FIRECERT-2128-tag comment addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandana-NNR committed Jul 15, 2024
1 parent 365ae7c commit 8edb46b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/TestCases/FireboltCertification/Device.feature
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Feature: Device
Then 'Firebolt' platform responds to '1st party app' for 'set device name to kitchen'
And 'Firebolt' platform does not trigger event for 'onDeviceNameChanged'

@Device @coreSDK @sdk @transport @requiresPlatformImplementation
@Device @coreSDK @sdk @transport @requiresPlatformImplementation @notSupported
Scenario Outline: Device.network - Positive Scenario: <Scenario>
When '3rd party app' registers for the 'device onNetworkChanged' event using the 'Firebolt' API
And '3rd party app' invokes the 'Firebolt' API to 'fetch device network'
Expand Down
4 changes: 2 additions & 2 deletions cypress/TestCases/FireboltCertification/SecondScreen.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Feature: Secondscreen
Then 'Firebolt' platform responds to '1st party app' for 'set friendlyName to guest room'
And 'Firebolt' platform does not trigger event for 'onFriendlyNameChanged'

@Secondscreen @coreSDK @regression @sdk @requiresPlatformImplementation
@Secondscreen @coreSDK @regression @sdk @requiresPlatformImplementation @notSupported
Scenario Outline: Secondscreen.<EventName> - Positive Scenario: Validating event name in response
When '3rd party app' registers for the '<RegisteredEvent>' event using the 'Firebolt' API
And User triggers event with value as '<EventParams>'
Expand All @@ -55,7 +55,7 @@ Feature: Secondscreen
| onCloseRequest | secondscreen onCloseRequest | secondscreen onCloseRequest event | onCloseRequest event |
| onCloseRequest | secondscreen onCloseRequest | secondscreen onCloseRequest event | onCloseRequest event |

@Secondscreen @coreSDK @regression @sdk @requiresPlatformImplementation
@Secondscreen @coreSDK @regression @sdk @requiresPlatformImplementation @notSupported
Scenario Outline: Secondscreen.<Event_Name> - Positive Scenario: Validating event Clearing listeners
When '3rd party app' registers for the '<Registered_Event>' event using the 'Firebolt' API
And I clear '<Clear_Event_Name>' listeners
Expand Down

0 comments on commit 8edb46b

Please sign in to comment.