Skip to content

Commit

Permalink
refactor(botonic-react): change text of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Iru89 committed Nov 4, 2024
1 parent 8f1be98 commit 66bcc0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('The user clicks on a button that is connected to a BotActionNode', ()
expect(nextPaylod).toBe(botActionUuid)
})

test('The request.session._botonic_action have redirect:nextPayload', async () => {
test('The request.input.payload after execute pre function of the plugin is nextPayload with params', async () => {
const flowBuilderPlugin = createFlowBuilderPlugin({
flow: basicFlow,
})
Expand Down

0 comments on commit 66bcc0e

Please sign in to comment.