Skip to content

Commit

Permalink
W130-008: Stabilize test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLeonardoGracio committed Feb 1, 2023
1 parent e291e63 commit 56d3638
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testsuite/tests/V706-026.rename.error_in_location/test.py
Expand Up @@ -31,15 +31,13 @@ def rename(loc, new_name):
dialog = get_window_by_title("Renaming entity")
yield idle_modal_dialog(
lambda: get_stock_button(dialog, Gtk.STOCK_OK).clicked())
yield wait_idle()
yield timeout(1000)

yield rename(buf.at(5, 11), "Foo_Bar")
gps_assert(dump_locations_tree(),
EXPECT_FIRST,
"Missing error for first renaming")

yield timeout(500)

yield rename(buf.at(5, 17), "Bar")
gps_assert(dump_locations_tree(),
EXPECT_SECOND,
Expand Down

0 comments on commit 56d3638

Please sign in to comment.