Prompt: Create a shiny app that replicates the user interface in the attached image. Clicking the “create story” button should scroll to the “create your story” section. Skip the “try it for free” link.
with_mock_dir("cfgsp", {test_that("get_story returns story when API response is successful", { res <-get_story("Snow white opened the door")expect_type(res, "character") })})