From 6236909d93520c7e946089b4d56ec9f322968f13 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 18 Oct 2019 12:27:52 +0000 Subject: [PATCH] Update test/end-to-end-tests/README.md Co-Authored-By: J. Ryan Stinnett --- test/end-to-end-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end-to-end-tests/README.md b/test/end-to-end-tests/README.md index 8b0d0fc670..5e95afc1d5 100644 --- a/test/end-to-end-tests/README.md +++ b/test/end-to-end-tests/README.md @@ -1,6 +1,6 @@ # Matrix React SDK End-to-End tests -This repository contains tests for the matrix-react-sdk web app. The tests fire up a headless chrome and simulate user interaction (end-to-end). Note that end-to-end has little to do with the end-to-end encryption matrix supports, just that we test the full stack, going from user interaction to expected DOM in the browser. +This directory contains tests for matrix-react-sdk. The tests fire up a headless Chrome and simulate user interaction (end-to-end). Note that end-to-end has little to do with the end-to-end encryption Matrix supports, just that we test the full stack, going from user interaction to expected DOM in the browser. ## Setup