Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #465 from DittrichLucas/test/rit-tutorial
Browse files Browse the repository at this point in the history
Add functional test for tutorial
  • Loading branch information
lucasdittrichzup authored Aug 25, 2020
2 parents 16e86a9 + d6e2210 commit f72aa0d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions functional/core/core_feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,21 @@
}
],
"result":"Use \"rit <command> --help\" for more information about a given command."
},
{
"entry":"Tutorial disable",
"steps":[
{
"key":"",
"value":"tutorial",
"action":"main"
},
{
"key":"Status tutorial?",
"value":"disabled",
"action":"sendkey"
}
],
"result":"Set tutorial successful!"
}
]
1 change: 1 addition & 0 deletions functional/core/core_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ var _ = Describe("RitCore", func() {
Entry(scenariosCore[19].Entry, scenariosCore[19]),
Entry(scenariosCore[20].Entry, scenariosCore[20]),
Entry(scenariosCore[21].Entry, scenariosCore[21]),
Entry(scenariosCore[22].Entry, scenariosCore[22]),
)
})

0 comments on commit f72aa0d

Please sign in to comment.