Sha256: f5aca34fed7feba47826d7f5d3d0db6b5d64b88174df187086d39819dfe3d0a8
Contents?: true
Size: 354 Bytes
Versions: 11
Compression:
Stored size: 354 Bytes
Contents
# frozen_string_literal: true require "decidim/admin/test/manage_attachments_examples" shared_examples "manage project attachments" do let(:attached_to) { project } before do within find("tr", text: translated(project.title)) do find("a.action-icon--attachments").click end end it_behaves_like "manage attachments examples" end
Version data entries
11 entries across 11 versions & 1 rubygems