Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
CI: Fix careers behat
  • Loading branch information
ywarnier committed Jun 25, 2025
commit 50627382bca3021a43f3272bbe3862294713f0cd
3 changes: 1 addition & 2 deletions tests/behat/features/career.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Feature: Career
Scenario: Create a Career
Given I am a platform administrator
And I am on "/main/admin/careers.php?action=add"
When I fill in the following:
| career_name | Developer |
When I fill "career_name" with "Developer"
And I fill in ckeditor field "description" with "Description"
And I press "submit"
Then I should see "Item added"
Loading