More test tweaking

This commit is contained in:
n1474335 2024-03-26 15:37:18 +00:00
parent a5f9a8726b
commit 1f316a2f32
No known key found for this signature in database
GPG Key ID: D15457B7B4AF3F37
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ module.exports = {
browser
.waitForElementNotVisible("#snackbar-container")
.click("#copy-output")
.waitForElementVisible("#snackbar-container .snackbar-content")
.waitForElementVisible("#snackbar-container .snackbar-content", 5000, 100)
.expect.element("#snackbar-container .snackbar-content").text.to.equal("Copied raw output successfully.");
// Alert bar disappears after the correct amount of time