Commit 5d371953 authored by OPNA2608's avatar OPNA2608
Browse files

nixosTests.morph-browser: Migrate to runTest

parent de76a1e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ in {
  moodle = handleTest ./moodle.nix {};
  moonraker = handleTest ./moonraker.nix {};
  mopidy = handleTest ./mopidy.nix {};
  morph-browser = handleTest ./morph-browser.nix { };
  morph-browser = runTest ./morph-browser.nix;
  morty = handleTest ./morty.nix {};
  mosquitto = handleTest ./mosquitto.nix {};
  moosefs = handleTest ./moosefs.nix {};
+45 −47
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, lib, ... }:
{
  name = "morph-browser-standalone";
@@ -54,4 +53,3 @@ import ./make-test-python.nix (
        machine.screenshot("morph_localised")
  '';
}
)