mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
This commit is contained in:
parent
e992b6b0ec
commit
e99c948b47
|
|
@ -372,7 +372,7 @@ test.describe("has commands", () => {
|
|||
|
||||
test("ver", async ({ page }) => {
|
||||
await sendToTerminal({ page }, "ver");
|
||||
await terminalHasText({ page }, /\d+\.\d+\.\d+-[0-9a-f]+/, 2);
|
||||
await terminalHasText({ page }, /\d+\.\d+\.\d+-/, 2);
|
||||
});
|
||||
|
||||
test("whoami", async ({ page }) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user