fix string slice in test_description_per_features.py

This commit is contained in:
Trent Palmer 2021-08-23 14:57:19 -07:00
parent 5c684a1ba6
commit 466b1e6e3a
1 changed files with 1 additions and 1 deletions

View File

@ -65,5 +65,5 @@ class TestDescriptionPerFeatures(TestDescription, TestCase):
button.click()
self.assertIn(feature, self.desc.text[-15:])
self.assertIn(feature, self.desc.text[158:])
self.randomly_select_feature()