Skip to content

Commit

Permalink
use backspace here to possibly make this test consistent (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Jan 24, 2025
1 parent b116eaa commit 2d45abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/test/system/project_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def add_auto_environment_variable(project_id, launcher_id, save: true)
project_id = setup_project(dir)

click_on 'Edit'
find('#project_name').set('my-test-project')
find('#project_name').set('my-test-project', clear: :backspace)
click_on 'Save'
assert_selector "[href='/projects/#{project_id}']", text: 'My Test Project'
click_on 'Edit'
Expand Down

0 comments on commit 2d45abc

Please sign in to comment.