Skip to content

Commit

Permalink
Fix project behat test
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pasquale committed Apr 16, 2024
1 parent 6335593 commit 7ba288d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@wip
@templates
@api
@javascript

Expand Down Expand Up @@ -27,6 +27,10 @@ Feature: add a test project via the form
When I check "mentor"
When I check "student-facilitator"
When I check "researcher/educator"
# save so that the academic status field is visible.
When I press "op"
And I wait 2 seconds
When I go to "/user/1998/edit"
When I select "1st year undergraduate" from "edit-field-academic-status"
# "op" is the name of the submit button.
When I press "op"
Expand Down

0 comments on commit 7ba288d

Please sign in to comment.