Skip to content

Commit

Permalink
Rename this test to make room for more
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Nov 3, 2020
1 parent 1d8aa2f commit c73db2b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
require_relative "rspec_tmux_tui"

describe "Menu Item" do
bug = "1177760" # https://bugzilla.suse.com/show_bug.cgi?id=1177760
around(:each) do |ex|
@base = "menu_hotkeys_#{bug}"
@tui = YastTui.new
@tui.example("MenuBar1") do
@tui.example("MenuBar-shortcuts-test") do
ex.run
end
end

bug = "1177760" # https://bugzilla.suse.com/show_bug.cgi?id=1177760
it "has hotkeys in menu items, boo##{bug}" do
@base = "menu_hotkeys_#{bug}"
@tui.await(/File.*Edit.*View/)
@tui.capture_pane_to("#{@base}-1-initial")

Expand Down

0 comments on commit c73db2b

Please sign in to comment.