url('active-controls/index.php?page=PostLoadingTest'); $this->assertSourceContains('PostLoading Test'); $this->assertSourceNotContains('Hello World'); $this->byId('div1')->click(); $this->pause(800); $this->type("{$base}MyTextBox", 'Hello World'); $this->byId("{$base}MyButton")->click(); $this->pause(800); $this->assertSourceContains('Result is Hello World'); } }