Skip to content

Commit

Permalink
fix duplicate test step
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarc committed May 27, 2023
1 parent 2b6befc commit 1c764dd
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 197 deletions.
12 changes: 0 additions & 12 deletions src/app/tests/suites/DL_LockUnlock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ tests:
response:
value: 1

- label: "Verify that lock state attribute value is set to Locked"
command: "readAttribute"
attribute: "LockState"
response:
value: 1

- label: "Try to unbolt the door without PIN"
command: "UnboltDoor"
timedInteractionTimeoutMs: 10000
Expand All @@ -75,12 +69,6 @@ tests:
response:
value: 1

- label: "Verify that lock state attribute value is set to Locked"
command: "readAttribute"
attribute: "LockState"
response:
value: 1

- label: "Create new lock/unlock user"
command: "SetUser"
timedInteractionTimeoutMs: 10000
Expand Down
Loading

0 comments on commit 1c764dd

Please sign in to comment.