Adjust tests for Secure Backup toast

This commit is contained in:
J. Ryan Stinnett 2020-09-16 16:51:10 +01:00
parent 7a5b0a964f
commit a18d0271c3
3 changed files with 46 additions and 0 deletions

View file

@ -15,6 +15,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
const { acceptToast } = require("./toasts");
const assert = require('assert');
module.exports = async function signup(session, username, password, homeserver) {