Keep username consistent in specs

This commit is contained in:
Brenda Wallace
2019-08-17 14:32:18 +12:00
parent aa17f8e332
commit c1deed70ad

View File

@@ -325,6 +325,7 @@ rest of the garden.
describe 'expand menus' do
it 'expands crop menu' do
member.update! login_name: 'percy'
visit root_path
click_on 'Crops'
Percy.snapshot(page, name: "#{prefix}/crops-menu")