Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Jan 12, 2024
1 parent 92933e0 commit 4276b2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions e2e/assets/expect_scripts/rust_svelte_with_tests_and_ii.exp
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ set timeout 30

spawn dfx new e2e_project
expect "Select a backend language:"
# down arrow, Rust should be option 2
send "\033\[B"
send "\r"

expect "Select a frontend framework:"
# no down arrow, Svelte should be option 1
send "\r"

# first and third, should be II and frontend tests respectively
expect "Add extra features"
send " "
send "\033\[B\033\[B\033\[B"
send "\033\[B\033\[B"
send " "
send "\r"
expect eof

0 comments on commit 4276b2e

Please sign in to comment.