Rename a test

This commit is contained in:
Michael Mintz 2021-11-25 12:40:30 -05:00
parent 42ccabeb79
commit 5764a4cd9f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
"""
This test demonstrates the use of encryption/decryption.
(Technically, obfuscation/unobfuscation of passwords.)
This test demonstrates the use of password encryption/decryption.
(Technically considered to be obfuscation/unobfuscation.)
"""
from seleniumbase import BaseCase