Commit 23274a2a authored by OPNA2608's avatar OPNA2608
Browse files

nixosTests.lomiri-gallery-app: Remove format extension check

Test already makes sure that the to-be-tested format is the only one that gets installed,
and OfBorg seems to get stuck on these sonmetimes. Just remove it.
parent 9293bae2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -127,9 +127,9 @@ let
                      if buttonIsOffset then "900" else "940"
                    } 50 click 1") # open media information
                    machine.sleep(2)
                    machine.wait_for_text("${format}") # make sure we're looking at the right file
                    machine.screenshot("lomiri-gallery_${format}_info")
                    machine.send_key("esc")
                    machine.sleep(2)
                    machine.wait_for_text("${imageLabel}") # make sure media shows fine
              ''
          );
@@ -238,9 +238,9 @@ in
      with subtest("lomiri gallery handles mp4"):
          machine.succeed("xdotool mousemove 935 40 click 1") # open media information
          machine.sleep(2)
          machine.wait_for_text("MP4") # make sure we're looking at the right file
          machine.screenshot("lomiri-gallery_mp4_info")
          machine.send_key("esc")
          machine.sleep(2)

          machine.wait_for_text("${imageLabel}") # make sure thumbnail processing worked