Letractively / aost

Automatically exported from code.google.com/p/aost
Other
1 stars 0 forks source link

Tellurium IDE did not remove duplicated waitForPageToLoad in the source view #496

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

        ui.Container(uid: "ViewList", clocator: [tag: "table", id: "viewList"]){
                UrlLink(uid: "Cobrakai", clocator: [tag: "a", text: "cobrakai"])
            }

        ui.Container(uid: "Maintable", clocator: [tag: "table", id: "main-table"]){
                Container(uid: "ViewList", clocator: [tag: "table", id: "viewList"]){
                    UrlLink(uid: "Devintegration", clocator: [tag: "a", text: "dev-integration"])
                }
                Container(uid: "Projectstatus", clocator: [tag: "table", class: "sortable pane bigtable", id: "projectstatus"]){
                    UrlLink(uid: "CobrakaiBatchProcesses", clocator: [tag: "a", text: "cobrakai-Batch-Processes"])
                }
                Container(uid: "BuildQueue", clocator: [tag: "table", class: "pane", id: "buildQueue"]){
                Container(uid: "Executors", clocator: [tag: "table", class: "pane", id: "executors"]){
                Container(uid: "Table", clocator: [tag: "table"]){
            }

        open "http://build.jewelry.acn:8080/hudson/"
        click "ViewList.Cobrakai"
        waitForPageToLoad 30000

        waitForPageToLoad 30000

        click "Maintable.ViewList.Devintegration"
        click "Maintable.Projectstatus.CobrakaiBatchProcesses"
        waitForPageToLoad 30000

        waitForPageToLoad 30000

        waitForPageToLoad 30000

        waitForPageToLoad 30000

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 22 Nov 2010 at 4:30

GoogleCodeExporter commented 9 years ago
        ui.Container(uid: "Sftab", clocator: [tag: "table", id: "sftab"]){
                Container(uid: "Table3", clocator: [tag: "table"]){
                    InputBox(uid: "Q22", clocator: [tag: "input", type: "text", title: "Search", name: "q", class: "lst"])
                }
                SubmitButton(uid: "Search2", clocator: [tag: "input", type: "submit", value: "Search", class: "lsb", name: "btnG"])
            }

        open "http://www.google.com/"
        type "Sftab.Table3.Q22", "tellurium testing"
        click "Sftab.Search2"
        click
        waitForPageToLoad 30000

        waitForPageToLoad 30000

        waitForPageToLoad 30000

Original comment by John.Jian.Fang@gmail.com on 24 Nov 2010 at 3:49

GoogleCodeExporter commented 9 years ago
see issue 502

Original comment by John.Jian.Fang@gmail.com on 24 Nov 2010 at 5:19