Remove unneeded sign in tag list component
We don't need to sign in as administrator in order to see the tags; anyone can see them.
This commit is contained in:
@@ -9,7 +9,6 @@ describe Shared::TagListComponent do
|
|||||||
before do
|
before do
|
||||||
Setting["feature.machine_learning"] = true
|
Setting["feature.machine_learning"] = true
|
||||||
Setting["machine_learning.tags"] = true
|
Setting["machine_learning.tags"] = true
|
||||||
sign_in(create(:administrator).user)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
it "displays machine learning tags when machine learning is enabled" do
|
it "displays machine learning tags when machine learning is enabled" do
|
||||||
|
|||||||
Reference in New Issue
Block a user