nixosTests.morph-browser: Migrate to runTest

This commit is contained in:
OPNA2608 2025-03-22 13:57:56 +01:00
parent de76a1e852
commit 5d371953de
2 changed files with 46 additions and 48 deletions

View file

@ -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 {};

View file

@ -1,4 +1,3 @@
import ./make-test-python.nix (
{ pkgs, lib, ... }:
{
name = "morph-browser-standalone";
@ -54,4 +53,3 @@ import ./make-test-python.nix (
machine.screenshot("morph_localised")
'';
}
)