Fix typo in causing failing to test in sorting_spec.rb

This commit is contained in:
Stan Hu 2019-08-09 12:12:22 -07:00
parent 004d619614
commit 917efc4d68
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ describe 'Projects > Members > Sorting' do
expect(first_member).to include(developer.name)
expect(second_member).to include(maintainer.name)
expect(page).to have_css('.qa-user-sort-dropdowns .dropdown-toggle-text', text: 'Oldest sign in')
expect(page).to have_css('.qa-user-sort-dropdown .dropdown-toggle-text', text: 'Oldest sign in')
end
def visit_members_list(sort:)