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
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

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'
);