Skip to content

Commit

Permalink
Reduce chance of race
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Sep 15, 2023
1 parent 6c6b63b commit be95799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/projects_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (suite *ProjectsIntegrationTestSuite) TestMove() {
cp.Expect("You are about to move")
cp.Expect("ActiveState-CLI/small-python")
cp.Expect("ActiveState-CLI")
cp.Expect("Continue?")
cp.Expect("Continue? (y/N)")
cp.SendLine("n")
cp.Expect("aborted")
cp.ExpectExitCode(0)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/push_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func (suite *PushIntegrationTestSuite) TestCarlisle() {
ts.LoginAsPersistentUser()

cp = ts.SpawnWithOpts(e2e.OptArgs("push", namespace), e2e.OptWD(wd))
cp.Expect("You are about to create the project")
cp.Expect("continue? (Y/n)")
cp.SendLine("y")
cp.Expect("Project created")
cp.ExpectExitCode(0)
Expand Down

0 comments on commit be95799

Please sign in to comment.