Update the failing test.
This commit is contained in:
parent
beffb4e2b2
commit
1df1fd04dd
|
@ -80,7 +80,7 @@ acceptance("docker_manager", function (needs) {
|
|||
|
||||
await click(".upgrade-button");
|
||||
|
||||
assert.dom("h1").hasText("Update discourse");
|
||||
assert.dom("h1").hasText("Updates");
|
||||
assert.dom("button.start-upgrade").exists();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue