Skip to content

Commit

Permalink
paging cypress fix and code climate things.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethn committed Apr 3, 2023
1 parent a3fce0a commit 8e1acb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions decko/spec/cypress/integration/paging.spec.coffee
Expand Up @@ -23,7 +23,7 @@ describe 'paging', () ->
cy.visit "/list_basic_types"
cy.contains(".page-item", "2").click()
cy.contains(".page-item.active", "2")
cy.contains(".search-result-item .closed-view ", "*from")
cy.contains(".search-result-item .accordion-item", "*from")
cy.contains(".page-item", "3").click()
cy.contains(".page-item.active", "3")
cy.get(".TYPE-search.open-view .search-result-item .closed-view")
cy.get(".TYPE-search.bar .search-result-item .accordion-item")
2 changes: 1 addition & 1 deletion mod/format/spec/set/all/html/header_spec.rb
Expand Up @@ -12,7 +12,7 @@ def with_toggle_open binding
with_tag :i, "expand_more"
end
end

describe "titled view" do
it "has no title toggle" do
expect_view(:titled)
Expand Down
1 change: 0 additions & 1 deletion mod/format/spec/set/all/html/wrap_spec.rb
Expand Up @@ -2,7 +2,6 @@

RSpec.describe Card::Set::All::Html::Wrap do
context "with full wrapping" do

it "adds extra css classes" do
expect_view(:nest_rules, card: "A+*self")
.to have_tag "div.card-slot._setting-list"
Expand Down

0 comments on commit 8e1acb5

Please sign in to comment.