From ba4ce529c508412a7a08655d76278d395592b781 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 3 Jul 2024 19:43:06 +0200 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a8d24939..a538f6f2 100644 --- a/README.rst +++ b/README.rst @@ -127,7 +127,7 @@ wafer includes a small set of selenium tests to test various bits of javascript used in the site (mostly in the schedule editor). To run the tests, you will need to install selenium - ``pip install selenium`` -and also run ``rpm install`` to install the required javascript dependencies. +and also run ``npm install`` to install the required javascript dependencies. The tests can be run using the ``selenium`` tag, or using the individual browser tags (currently ``firefox`` and ``chrome``).