File tree Expand file tree Collapse file tree
test/components/primer/open_project Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ def test_renders_default_button_text
5050 end
5151
5252 assert_selector ( "dialog.DangerDialog" ) do
53- assert_selector ( ".Overlay-footer .Button" , text : "en.button_cancel " )
54- assert_selector ( ".Overlay-footer .Button" , text : "en.button_delete " )
53+ assert_selector ( ".Overlay-footer .Button" , text : "Cancel " )
54+ assert_selector ( ".Overlay-footer .Button" , text : "Delete " )
5555 end
5656 end
5757
@@ -97,8 +97,8 @@ def test_renders_with_confirmation_check_box_button_text
9797 end
9898
9999 assert_selector ( "dialog.DangerDialog" ) do
100- assert_selector ( ".Overlay-footer .Button" , text : "en.button_cancel " )
101- assert_selector ( ".Overlay-footer .Button" , text : "en.button_delete_permanently " )
100+ assert_selector ( ".Overlay-footer .Button" , text : "Cancel " )
101+ assert_selector ( ".Overlay-footer .Button" , text : "Delete permanently " )
102102 end
103103 end
104104
You can’t perform that action at this time.
0 commit comments