Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/fixtures/templates/ChatBotApp.tsx
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
import ChatBot, { Flow, Params } from "react-chatbotify";

function App() {
const [name, setName] = useState("");

// Serves as an example flow used during the development phase - covers all possible attributes in a block.
// restore to default state before running selenium tests (or update the test cases if necessary)!

0 comments on commit 6601df6

Please sign in to comment.