Skip to content
Snippets Groups Projects
Commit 233c2a80 authored by Phil Hughes's avatar Phil Hughes
Browse files

Added wait for vue in logged out & guest tests

parent 7e4c70ec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -565,6 +565,7 @@ describe 'Issue Boards', feature: true, js: true do
before do
logout
visit namespace_project_board_path(project.namespace, project)
wait_for_vue_resource
end
 
it 'does not show create new list' do
Loading
Loading
@@ -580,6 +581,7 @@ describe 'Issue Boards', feature: true, js: true do
logout
login_as(user_guest)
visit namespace_project_board_path(project.namespace, project)
wait_for_vue_resource
end
 
it 'does not show create new list' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment