Skip to content

Commit

Permalink
Merge pull request #714 from CTPUG/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
stefanor authored Jul 4, 2024
2 parents 8ec2584 + ba4ce52 commit dfaefbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``).

0 comments on commit dfaefbc

Please sign in to comment.