Skip to content

Commit

Permalink
test: Update end-to-end tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnowicki committed Nov 22, 2023
1 parent 002eea1 commit 06099eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: End-to-end tests
on: push
permissions:
contents: read
Expand Down Expand Up @@ -33,12 +33,6 @@ jobs:
run: yarn install
working-directory: e2e_tests

- name: R CMD check
if: always()
uses: r-lib/actions/check-r-package@v2
with:
error-on: '"note"'

- name: Run Cypress
if: always()
uses: cypress-io/github-action@v5
Expand Down
16 changes: 8 additions & 8 deletions tests/testthat/_snaps/reactable-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
<div class="pagination-controls">
<button class="btn btn-default action-button pagination-button" id="test-first_page" type="button">
<i class="fas fa-angles-left" role="presentation" aria-label="angles-left icon"></i>

</button>
<button class="btn btn-default action-button pagination-button" id="test-previous_page" type="button">
<i class="fas fa-angle-left" role="presentation" aria-label="angle-left icon"></i>

</button>
<button class="btn btn-default action-button pagination-button" id="test-next_page" type="button">
<i class="fas fa-angle-right" role="presentation" aria-label="angle-right icon"></i>

</button>
<button class="btn btn-default action-button pagination-button" id="test-last_page" type="button">
<i class="fas fa-angles-right" role="presentation" aria-label="angles-right icon"></i>

</button>
<div class="pagination-text">
<span id="test-page_text" class="shiny-text-output"></span>
Expand All @@ -33,19 +33,19 @@
<div class="pagination-controls">
<button class="btn btn-default action-button pagination-button" id="test-page_controls-first_page" type="button">
<i class="fas fa-angles-left" role="presentation" aria-label="angles-left icon"></i>

</button>
<button class="btn btn-default action-button pagination-button" id="test-page_controls-previous_page" type="button">
<i class="fas fa-angle-left" role="presentation" aria-label="angle-left icon"></i>

</button>
<button class="btn btn-default action-button pagination-button" id="test-page_controls-next_page" type="button">
<i class="fas fa-angle-right" role="presentation" aria-label="angle-right icon"></i>

</button>
<button class="btn btn-default action-button pagination-button" id="test-page_controls-last_page" type="button">
<i class="fas fa-angles-right" role="presentation" aria-label="angles-right icon"></i>

</button>
<div class="pagination-text">
<span id="test-page_controls-page_text" class="shiny-text-output"></span>
Expand Down

0 comments on commit 06099eb

Please sign in to comment.