replaced the term "paste" with the more generic "document"

kudos @Ribas160
This commit is contained in:
El RIDO
2025-07-26 08:44:13 +02:00
parent 09ba23ae22
commit 2ef562e41e

View File

@@ -575,7 +575,7 @@ EOT;
$code .= <<<'EOT'
$this->assertMatchesRegularExpression(
'#<div[^>]*id="status"[^>]*>.*Paste was properly deleted[^<]*(<button|<\/div>)#s',
'#<div[^>]*id="status"[^>]*>.*Document was properly deleted[^<]*(<button|<\/div>)#s',
$content,
'outputs deleted status correctly'
);