summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-04-19 17:43:05 +0300
committerLeif Åstrand <leif@vaadin.com>2012-04-19 17:43:05 +0300
commit29aed4365fb17f4835724984e737ba08daf1b517 (patch)
treeeb60140ea1876225df295a43447f4d142a1729fe /tests
parent01061d015dadb81c5c8871596dfed6495ffbdaff (diff)
downloadvaadin-framework-29aed4365fb17f4835724984e737ba08daf1b517.tar.gz
vaadin-framework-29aed4365fb17f4835724984e737ba08daf1b517.zip
Fix changed dom element path
Diffstat (limited to 'tests')
-rw-r--r--tests/testbench/com/vaadin/tests/components/table/TableScrollOnFocus.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbench/com/vaadin/tests/components/table/TableScrollOnFocus.html b/tests/testbench/com/vaadin/tests/components/table/TableScrollOnFocus.html
index 1a91211040..93e5a802ee 100644
--- a/tests/testbench/com/vaadin/tests/components/table/TableScrollOnFocus.html
+++ b/tests/testbench/com/vaadin/tests/components/table/TableScrollOnFocus.html
@@ -28,7 +28,7 @@
</tr>
<tr>
<td>mouseClick</td>
- <td>vaadin=runcomvaadintestscomponentstableTableScrollOnFocus::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/domChild[0]/domChild[1]</td>
+ <td>vaadin=runcomvaadintestscomponentstableTableScrollOnFocus::/VVerticalLayout[0]/ChildComponentContainer[1]/VVerticalLayout[0]/domChild[1]</td>
<td>391,141</td>
</tr>
<tr>
> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/.github/workflows/block-merge-freeze.yml
blob: bfe58551d1188a9a1e01975156635e32033cf5de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization

name: Pull request checks

on: pull_request

jobs:
  block-merges-during-freeze:
    name: Block merges during feature freezes

    runs-on: ubuntu-latest

    steps:
      - name: Download version.php from ${{ github.base_ref }}
        run: curl https://raw.githubusercontent.com/nextcloud/server/${{ github.base_ref }}/version.php --output version.php

      - name: Run check
        run: cat version.php | grep 'OC_VersionString' | grep -i -v 'RC'