Skip to content

Commit

Permalink
Merge pull request #441 from codeforequity-at/develop
Browse files Browse the repository at this point in the history
Added Entity Content Asserter to list
  • Loading branch information
Botium committed Dec 16, 2019
2 parents f0a5cea + e7c18a9 commit 92e21c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "botium-core",
"version": "1.7.4",
"version": "1.7.5",
"description": "The Selenium for Chatbots",
"main": "index.js",
"module": "dist/botium-es.js",
Expand Down
1 change: 1 addition & 0 deletions src/scripting/logichook/LogicHookConsts.js
Expand Up @@ -8,6 +8,7 @@ module.exports = {
{ name: 'PAUSE_ASSERTER', className: 'PauseAsserter' },
{ name: 'ENTITIES', className: 'EntitiesAsserter' },
{ name: 'ENTITY_VALUES', className: 'EntityValuesAsserter' },
{ name: 'ENTITY_CONTENT', className: 'EntityContentAsserter' },
{ name: 'INTENT', className: 'IntentAsserter' },
{ name: 'INTENT_UNIQUE', className: 'IntentUniqueAsserter' },
{ name: 'INTENT_CONFIDENCE', className: 'IntentConfidenceAsserter' },
Expand Down

0 comments on commit 92e21c1

Please sign in to comment.