Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Aug 28, 2024
1 parent e3a6c90 commit fbafd52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
end

When 'I change the resource Title' do
uuid = SecureRandom.uuid

fill_in 'resource_title_', with: "Resource title chagned"
fill_in 'resource_title_', with: 'Resource title chagned'
end

When 'I change the resource Identifier' do
fill_in 'resource_id_0_', with: "Resource identifier chagned"
fill_in 'resource_id_0_', with: 'Resource identifier chagned'
end

Then 'the resource is successfully updated' do
Expand Down

0 comments on commit fbafd52

Please sign in to comment.